You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we're are using AsyncStorage to store some user data on the client side. Think of user information, how many points they have etc. Think of it as caching on the client side, so they can retrieve it in instances of no connection to the database.
However AsyncStorage is deprecated and the data is unencrypted.
mmkv storage encrypts the data stored
mmkv: https://github.com/ammarahm-ed/react-native-mmkv-storage
The text was updated successfully, but these errors were encountered: