-
Notifications
You must be signed in to change notification settings - Fork 6
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
Error: react-native-midnight: NativeModule.Midnight is null. Make sure you have the package linked properly. #21
Comments
Hi, sorry the the late (very late) response. If you could provide some information to me and a minimal repo with the issue reproduced that would be very helpful |
I get the same error. I use expo. Is this supposed to work with expo? |
I was having the same issue. May be this package is not suppose to work with expo. |
I encountered the same error while using expo. This is due to expo go application not supporting custom native code. However, the issue was resolved by using development build instead. If you decide to go the EAS build route, make sure to setup eas. npx eas-cli build --profile development This will generate a binary for your platform of choice( iOS/Android). |
I am also encountering this issue but I'm not using Expo. Also, it works fine in dev environment (in both simulator and real device), but this error only occurs in production mode. |
Pod install helped me: |
Everything is installed right so idk why I keep getting this error
The text was updated successfully, but these errors were encountered: