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
I recently replaced SecureStore with AsyncStorage in my Expo app. The app runs fine on my simulator, but after building and installing the production version, it crashes on launch.
Here’s how I’m using AsyncStorage:
1. Replace SecureStore with AsyncStorage for storing course data.
2. Run the app on a simulator – everything works fine.
3. Build the app (eas build or expo build), install, and run it on a physical device.
4. The app crashes immediately on launch.
The text was updated successfully, but these errors were encountered:
What happened?
I recently replaced SecureStore with AsyncStorage in my Expo app. The app runs fine on my simulator, but after building and installing the production version, it crashes on launch.
Here’s how I’m using AsyncStorage:
Environment:
• Expo SDK Version: 51
• @react-native-async-storage/async-storage Version: 1.23.1
Version
1.23.1
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
The text was updated successfully, but these errors were encountered: