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

How to access expo-file-system Filesystem.documentDirectory

$
0
0

I am trying to do a data backup for my React Native App with expo go and expo-file-system

 await Filesystem.writeAsStringAsync(   Filesystem.documentDirectory! +"GymTracker-Data.json",   JSON.stringify(exportData) )

How do I access this documentDirectory with a file explorer app like File Manager or Amaze File Manager?

I tried printing out the path on the app but I can't find said path.


Viewing all articles
Browse latest Browse all 6287

Trending Articles



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