-
Notifications
You must be signed in to change notification settings - Fork 24.6k
App keeps stopping #20242
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@piyushdesuvit Thank you for reaching out. To investigate this further it would be really helpful to provide atleast a stacktrace of the crash. To prevent this issue from being closed, please make use of the bug report template to let us know about a reproducible bug or regression in the core React Native library. |
Facing same issue in android. |
same issue in Android here. E/AndroidRuntime: FATAL EXCEPTION: Thread-2 |
I'm facing the same issue since yesterday evening, no major changes and the app won't open. Tried going back a few commits on my repo just to make sure it wasn't me. But even the old code won't run. The exact same exception as @iamsourabhhh and @piyushdesuvit The complete stacktrace `07-17 10:08:41.133 20305-20305/? I/art: Late-enabling -Xcheck:jni
07-17 10:08:41.313 20305-20328/com.hys E/AndroidRuntime: FATAL EXCEPTION: Thread-5429 |
Can it be related to the path in the crash |
Seems related to SoLoader Issue |
Same with me |
Same issue. If I commend, in the app/build.gradle, the implementations of fresco it starts again. I comment these rows:
I think I had executed react-native upgarde and after that the app keep crashing. To fix it, specify the version 1.9.0 to all fresco implementations into the dependeces like:
|
I have this problem since yesterday |
This seems to be the same issue as #20268, #20252 and #20251. More information: facebook/SoLoader#13 |
Hi, I know this is old but I seem to be experiencing the same problem right now. In my case I don't get any error on the console, the app simply does what the question's gif image does. My current environment runs. |
Not sure if it really counts but I noticed React Native from version 57 downwards have been failing to build on AppVeyor, so I moved to 58 and it worked fine. Hope this can serve as a contribution and help out someone out there. |
App is not working even every thing build successfully ... ->
The text was updated successfully, but these errors were encountered: