-
Notifications
You must be signed in to change notification settings - Fork 766
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
Getting IllegalStateException: Tried to access a JS module before the React instance was fully set up. Calls to ReactContext#getJSModule should only happen once initialize() has been called on your native module. #775
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
1 similar comment
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
The issue has been closed for inactivity. |
I'm facing the same issue, It happens if the app receives a notification while is being opened. |
I've got same error. Did anyone find a solution? |
I downgrade "expo-notifications" to "0.20.0" version. This is fixed my issue. |
I've found a way to prevent the crash. |
Im receiving these errors with my RN 0.74 app since i added vision camera, i suspect the increased loadup time of the app made these crashes happen. Nothing has changed regarding push notifications |
Could it be released? |
I'm getting the below crash report in firebase crashlytics (Only Android).
I am not able to reproduce on my device but seems like live users are facing this.
Any help would be highly appreciated.
The text was updated successfully, but these errors were encountered: