-
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 #596
Comments
Please fill out the template when filing new issues. They're there so we can better help you.
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
i am using react-native and testing in android, since i have implement this storage i have getting issue, i tried all way like removing node module and resting my react cache still having same problem. I using NX with React native |
This comment has been minimized.
This comment has been minimized.
@JigmeLodey: You still need to fill out the template. We don't know what your set up looks like.
Is this what NX refers to: https://github.com/nrwl/nx-react-native? Have you tried reaching out to them? |
Please Help Getting the same issue |
@spuerto-rico: You're using a two year old version of React Native. Recent improvements such as auto-linking should solve your issue without having to mess around with project files. If you're unable to update, I'd have a look at how to manually link AsyncStorage into your project. @AbutoJoshua: If you're using Expo, please ask in the Expo forum. This thread is probably a good start: https://forums.expo.io/t/expo-40-rn-asyncstorage-nativemodule-asyncstorage-is-null/46757/4 In general, Expo is not really using this library. It is compatible, but the code isn't used. You're using the binaries that come with Expo SDK. If you're having issues with it, please ask in the Expo forum. We cannot help you. If you're not using Expo, we need your full system information and repro steps to help you. In most cases, it's a setup issue and not a bug in AsyncStorage. Reading the documentation on how this works might help you: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md. If you're still stuck, please open a new issue but do note that with our limited capacity, we will prioritize real bugs over providing support. |
Current behavior
Expected behavior
Repro steps
Environment
The text was updated successfully, but these errors were encountered: