ammarahm-ed / react-native-scoped-storage

MIT License
58 stars 10 forks source link

When I delete the app, the saved file remains #19

Closed rdtf1230 closed 2 years ago

rdtf1230 commented 2 years ago

In scoped storage, I know that when the app is deleted, the files downloaded from the app are also deleted. After i use this library to save my files, the files remain even i delete the app. Can you tell me what's happening?

this is what i wanted, but i want know why

ammarahm-ed commented 2 years ago

You cannot delete saved files on uninstall. User has the control of what is deleted from their device storage.