Quantcast
Channel: Active questions tagged react-native+android - Stack Overflow
Viewing all articles
Browse latest Browse all 29428

react-native-fs DocumentDirectoryPath Where is the catalog on the phone?

$
0
0

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

import RNFS from 'react-native-fs';console.log(RNFS.DocumentDirectoryPath);// /data/data/a.a.a/filesRNFS.writeFile(  RNFS.DocumentDirectoryPath +'/test.txt','Lorem ipsum dolor sit amet','utf8',)  .then(success => console.log('FILE WRITTEN!'))  .catch(err => console.log(err.message));

But this file is not on the phone /Android/data/a.a.a/files/test.txt

Where is this file ?


Viewing all articles
Browse latest Browse all 29428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>