Skip to content

Conversation

@roitium
Copy link

@roitium roitium commented Sep 20, 2025

This PR introduces support for Expo FileSystem Next (Now it's the default one) in fileAsyncTransport.

  • Implemented using the new FileHandle API.
  • Append behavior is achieved by setting the file offset to the current file size before each write.
  • The rest of the logic mirrors the existing implementation for Expo FileSystem Legacy.

This update maintains compatibility (I hope 😉)

@alessandro-bottamedi
Copy link
Collaborator

Have you already tested expo-filesystem-next?

@roitium
Copy link
Author

roitium commented Sep 25, 2025

Yes, I've tested this on my app, and it's working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants