itinance / react-native-fs

Native filesystem access for react-native
MIT License
4.89k stars 954 forks source link

Access denied #1218

Open nehalasim opened 4 months ago

nehalasim commented 4 months ago

Access denied, when I tried to use moveFile.. I have made changes to manifest as below, but still not working same error...any SOLUATION?????

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
  android:requestLegacyExternalStorage="true"
  android:preserveLegacyExternalStorage="true"

image