I can't find anything about this.
I need a way to persist data between app updates on the play store and I'm not sure if the AsyncStorage does the job. I assume it does, since on every build I perform, the data is there.
But I'm not sure about different versioning in the store. If it doesn't, how could I handle this?
Thank you.
