Considering that I have an application in the App Store/Google Play, which will locally save some data in AsyncStorage (React-Native) depending on the user interaction, what will happen with that data if I make an updated version of the app and push it to the App Store/Google Play?
It will still be saved in AsyncStorage?