I'm new with React Native and i would like to know after closing my application the AsyncStorage is clear or not. Is there any alternatives for AsyncStorage.
It does not clear the storage once the app is closed.
You can however clear the storage / cache withing settings -> apps.
When you use AsyncStorage, your app is going to persist the data on the storage system that is global to the app.
You can see how it works and the methods available from the oficial's docs https://facebook.github.io/react-native/docs/asyncstorage.html#asyncstorage
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With