I have an Android native app that uses shared preference to save some data, we move to react-native.
So my question is when the user updates his app from PLAY STORE is it possible to read this shared-preference data? ( to preform auto login and etc... )
thank you