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
- Example was unlinked, so linked it back
- Uses same directory name as internal Async Storage, so transition is smooth
- Removed reference to RN's internal Async Storage - this sometimes thrown error `.multiMerge` error
- Throws error when not linked
thrownewError(`@RNCommunity/AsyncStorage: NativeModule.RCTAsyncStorage is null.
21
+
22
+
To fix this issue try these steps:
23
+
• Run \`react-native link @react-native-community/async-storage\` in the project root.
24
+
• Rebuild and re-run the app.
25
+
• Restart the packager with \`--clearCache\` flag.
26
+
• If you are using CocoaPods on iOS, run \`pod install\` in the \`ios\` directory and then rebuild and re-run the app.
27
+
28
+
If none of these fix the issue, please open an issue on the Github repository: https://github.com/react-native-community/react-native-async-storage/issues
0 commit comments