Closed EgidioCaprino closed 5 years ago
Hello there π this issue doesn't have a repro (which means, a react-native init
-ed project with the minimal changes that leads to creating the same issue you are reporting). Unfortunately, I have no way of helping you in a meaningful way β there is no easy way for me to recreate the situation and check that the issue reported is still there when changing the code.
Because of this, we are going to close this issue - but if a repro is shared, we are happy to reopen it π€
I have the same issue .. I uploaded a new version (of my app) on the play store, it has a lot of changes to the previous code and new feature as well. The error only occurs on some devices, does not occur on most.
I have no way to reproduce the error. I don't even know why it's throwing this error.
same issue here using expo
same the bug. I also using expo.
Same bug. Using expo 33 (latest release). It only happens on Android 7 (Nougat). I found a solution here
Thank you all for replying to our issue. Eventually, we upgraded react-native
dependency in our app and the problem is not happening anymore.
@EgidioCaprino What version of expo
and react-native
are you running now to get past this issue?
This error happened again for us with React Native 0.59.9
.
Can you please re-open this issue?
I'm also getting this issue on Android 8.0, react-native 59.8. Only happens in a release build of the application.
We got this error again today. Can you please reopen this issue?
Its still there in react-native: "0.60.6"
Hello, apart from the error that I also have, has anyone opted for an alternative solution? I have to show the image but I don't know how to really solve it in react-native: "0.60.6"
Getting this error rn 0.61.5, not expo. I've got it from Crashlytics.
Initially we were experiencing this crash too when we only had a single splash screen asset in our android project. We solved this issue by adding additional splash screen assets into our android project based on the specs available here : https://stackoverflow.com/a/27125893
π Bug Report
App crashes, with no error, in release variant on Android. The logcat shows this error:
To Reproduce
I have no idea where the error lies exactly. It is probably related to the rendering of an
Image
component.Expected Behavior
The app should not crash π
Code Example
I cannot be sure because the error produced no stack trace for the JS part of the application, but I suppose the poblem might be start from this rendering:
Environment