beepnl / beep-react-native-app

React native app for Android and iOS
1 stars 0 forks source link

Remove all permissions for EXTERNAL_STORAGE #54

Open ezja opened 2 years ago

ezja commented 2 years ago

The permissions READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE and MANAGE_EXTERNAL_STORAGE should not be merged into the main AndroidManifest.xml

https://github.com/itinance/react-native-fs/issues/998

https://stackoverflow.com/questions/63392170/write-files-to-the-android-external-storage-using-react-native-fs/69820147#69820147