You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,8 @@ The following constants are available on the `RNFS` export:
364
364
- `ExternalDirectoryPath` (`String`) The absolute path to the external files, shared directory (androidonly)
365
365
- `ExternalStorageDirectoryPath` (`String`) The absolute path to the external storage, shared directory (androidonly)
366
366
367
+
IMPORTANT: when using `ExternalStorageDirectoryPath` it's necessary to request permissions (onAndroid) to read and write on the external storage, here an example: [React Native Offical Doc] (https://facebook.github.io/react-native/docs/permissionsandroid)
0 commit comments