-
Notifications
You must be signed in to change notification settings - Fork 228
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
Native module cannot be null. #45
Comments
Have you run |
+1 i already do "react-native-background-timer": "^1.2.0" |
I am having the same issue, has anybody found a solution to this problem? I too have already ran the react-native link command. |
Address deprecation warnings. Update main event emitter to NativeEventEmitter. Fixes ocetnik#45
Did you build the project (react-native run-ios) after installing the project? That solved the issue for me. |
Thanks shanakaf. You saved me time. |
you need to manually link it. One of the files does not properly include the lib so you need to go into the node modules to link it for iOS. |
@aldente05 @NonkelDaniel this should help, as it did for me: #35 (comment) |
While using react native with expo and the background timer, my phone displayed "Native module cannot be null". What does this mean and how can I fix it?
The text was updated successfully, but these errors were encountered: