Describe the bug
On Crashlytics of firebase I have the error:
Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'com.bumptech.glide.Registry com.bumptech.glide.Registry.replace(java.lang.Class, java.lang.Class, com.bumptech.glide.load.model.ModelLoaderFactory)' on a null object reference
Dependency versions
Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.
Just to add, I also have the same exact issue using the latest versions:
React Native 0.62.2
React Native Fast Image 8.1.5
I'm also facing this same issue.
"react": "16.11.0",
"react-native": "0.62.2",
"react-native-fast-image": "^8.1.5"
For me, this is happening only on Nexus 5X Android 6.
Probably the same issue:
https://github.com/DylanVann/react-native-fast-image/issues/536
It seems to be a problem when running the application in the Nexus 5x emulator while google bots run the application to do some tests.
Any update ?
Most helpful comment
Probably the same issue:
https://github.com/DylanVann/react-native-fast-image/issues/536
It seems to be a problem when running the application in the Nexus 5x emulator while google bots run the application to do some tests.