-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[@RNC/AsyncStorage]: NativeModule: AsyncStorage is null. #1168
Comments
Facing the same issue |
same issue |
Facing the same issue with different versions in android env |
i am also facing this issue how to solve this |
I am also facing same issue |
the solution is use react native version "react-native": "0.76.3", instead of "react-native": "0.76.4", |
@nagaraj-230 You saved my day! |
Wait do we have the option to go UP to 0.76.5?? |
doing that still getting problem |
Using React Native 0.76.3 works for me. |
I'm now using 76.5 and its working good gosh... |
What happened?
(NOBRIDGE) ERROR Warning: Error: [@RNC/AsyncStorage]: NativeModule: AsyncStorage is null.
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-navigation/elements": "^2.2.4",
"@react-navigation/native": "^7.0.13",
"@react-navigation/native-stack": "^7.1.14",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-native": "0.76.4",
"react-native-mmkv": "^3.1.0",
"react-native-onesignal": "^5.2.7",
"react-native-reanimated": "^3.16.3",
"react-native-safe-area-context": "^5.0.0",
"react-native-screens": "^4.3.0",
"react-native-svg": "^15.10.1",
"react-navigation": "^5.0.0",
"tailwind-rn": "^4.2.0",
"tailwindcss": "^3.4.16"
}
This is how my package.json file looks. I installed the package using npm install and I'm still getting this error. I'm encountering this issue when running the npx react-native start --reset-cache command, not during testing. I've uninstalled and reinstalled the app multiple times, but the issue persists.
Version
2.1.0
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
I installed the package using npm install and I'm still getting this error. I'm encountering this issue when running the npx react-native start --reset-cache command, not during testing. I've uninstalled and reinstalled the app multiple times, but the issue persists.
The text was updated successfully, but these errors were encountered: