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
thrownewError(`@RNCommunity/AsyncStorage: NativeModule.RCTAsyncStorage is null.
20
+
thrownewError(`[@RNC/AsyncStorage]: NativeModule: AsyncStorage is null.
21
21
22
22
To fix this issue try these steps:
23
23
• Run \`react-native link @react-native-community/async-storage\` in the project root.
24
24
• Rebuild and re-run the app.
25
25
• Restart the packager with \`--clearCache\` flag.
26
26
• If you are using CocoaPods on iOS, run \`pod install\` in the \`ios\` directory and then rebuild and re-run the app.
27
+
• If this error shows up while testing with Jest, check out how to mock Async Storage in repository docs.
27
28
28
29
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