UNPKG
@exodus/react-native-fs
Version:
latest (2.23.0)
2.23.0
2.22.0
2.21.0
2.20.0
2.19.0
2.18.0
2.17.0
2.16.0
2.16.0-networking
2.15.0
2.14.2
2.14.1
Native filesystem access for react-native
@exodus/react-native-fs
/
android
/
src
/
main
/
res
/
xml
/
provider_paths.xml
9 lines
•
297 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
paths
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
external-path
name
=
"external_files"
path
=
"."
/>
<
files-path
name
=
"files-path"
path
=
"."
/>
<!-- Used to access into application data files -->
</
paths
>