Search code examples
react-nativeasyncstorage

Alter or delete user data using Asyncstorage when Uninstall React Native App


How to alter or delete specific application data using Asyncstorage when uninstall or update app


Solution

    • When you uninstall your app by default Asyncstorage data will be deleted.
    • For update thing, you can store and check current app version at very starting of application and if mismatches then do whatever you need.