Async Storage does not work properly in Android

Please provide the following:

  1. SDK Version: 33
  2. Platforms(Android/iOS/web/all): Android/iOS

Currently on Android when you start the application you get a value of async storage which takes a long time but sometimes returns it as it should, any ideas?

In iOS this does not happen.

const email = await AsyncStorage.getItem('email');

Hey @alekano,

I would recommend trying the SecureStore module: https://docs.expo.io/versions/v35.0.0/sdk/securestore/ and see if that works more reliably for you.

Cheers,
Adam

SecureStore fue probado con Expo sdk 33.0.0 y en android sigue teniendo un comportamiento erroneo de la misma manera que AsyncStorage

Please translate

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.