How can i implement feature like remember me when authenticating via react application? I think unencrypted AsyncStorage isn\'t the best way to do
remember me
AsyncStorage
Expo.SecureStore provides a way to encrypt and securely store key–value pairs locally on the device.
Expo.SecureStore
Use SecureStore.setItemAsync(key, value, options) to store and SecureStore.getItemAsync(key, options) to retrieve data.
SecureStore.setItemAsync(key, value, options)
SecureStore.getItemAsync(key, options)
Documentation: https://docs.expo.io/versions/latest/sdk/securestore