-
Notifications
You must be signed in to change notification settings - Fork 793
Tried to access a JS module before the React instance was fully set up #26
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
Comments
@PCguru Did you resolve this issue? |
I'm having the same issue. Did anyone find a fix for this? |
We've moved to https://www.npmjs.com/package/react-native-fast-image, no longer using rn-fetch-blob. Did not find any solution all the way up to React Native 0.57 and about 50% of app crashes were related to rn-fetch-blob. |
Did anybody find a fix? The error occurs only when I restart the app programmatically (using react-native-restart). |
[email protected] through [email protected].
[email protected]
Our app use react-native-cached-image to cache a bunch of images. Some are proloaded early on, when the app is rendered the first time.
Sometimes when the app starts, perhaps after a code-push, we get the error message below logged to Fabric. The app crashes.
I am pretty sure it only happens after a code-push is downloaded and the new js-app is restarted, but I'm not sure. It does not happen every time though, seems pretty rare, like 1/100 times a code-push is applied.
(https://github.com/Microsoft/react-native-code-push)
Any ideas?
The text was updated successfully, but these errors were encountered: