react-native-logs
react-native-logs copied to clipboard
feat: support expo filesystem next
This PR introduces support for Expo FileSystem Next (Now it's the default one) in fileAsyncTransport.
- Implemented using the new
FileHandleAPI. - 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 😉)
Have you already tested expo-filesystem-next?
Yes, I've tested this on my app, and it's working as expected.
Hey, any updates?