react-native-logs icon indicating copy to clipboard operation
react-native-logs copied to clipboard

feat: support expo filesystem next

Open roitium opened this issue 3 months ago • 3 comments

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 😉)

roitium avatar Sep 20 '25 14:09 roitium

Have you already tested expo-filesystem-next?

alessandro-bottamedi avatar Sep 25 '25 08:09 alessandro-bottamedi

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

roitium avatar Sep 25 '25 10:09 roitium

Hey, any updates?

roitium avatar Oct 31 '25 12:10 roitium