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

how to delete a folder in Android and IOS when app gets uninstall ? (react-native)

$
0
0

Is that possible to remove a folder with its content when users click on uninstall button of our application ?

I did something like bellow, but after uninstalling the app the tempfolder exists.

import FileSystem from "react-native-fs";const tempfolder = FileSystem.ExternalStorageDirectoryPath +'/tempfolder';if (!(await FileSystem.exists(tempfolder))) await FileSystem.mkdir(tempfolder);

Any help ?


Viewing all articles
Browse latest Browse all 29807

Latest Images

Trending Articles



Latest Images

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