expo with react-native-fs?

Will Expo work with react-native-fs? Try to find a good way to store map tiles. FileSystem works, but does not provide a proper directory structure that i can access from the outside e.g. by file-manager.

Thanks, jo

Hey @wende60,

It will not work with a managed project. You’ll want to use the Bare workflow if using react-native-fs is a necessity for you.

Cheers,
Adam

1 Like

expo-file-system only provides md5. Is there any plan to provide other algorithms included in react-native-fs hash method (sha1, sha256, …) ?