-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
RN 0.60.4 android app crashes after splash screen when Hermes is enabled #25864
Comments
I'm anxiously awaiting Hermes support to be fixed, but I do see activity on it. There is one commit that looks like it should fix things and Issue #25599 is alive with progress as well. I'm expecting the next release to contain all the fixes. |
@Phorensic Any Idea When The Next Version Will be Releasing ? I added hermes library. but still the app crash in release apk |
@tarasvakulka do you executed |
@glauberfc yes of course, I executed cd android && ./gradlew clean |
Hard to tell. There are lots of commits, but there is no release schedule. It is ready when it is ready type of thing. |
A similar problem, I tried to upgrade the App from 0.59.9 to 0.60.4 and I copied the code into a new project. When I enable Hermes, the Android app can start, but it doesn't run smoothly. If I disable Hermes, the app will crash after the splash screen. |
@liganghui RUn in debugging mode, it is super fast |
@tarasvakulka did you solve the problem? |
@taschik, yes, problem was not in hermes, my method array sort worked incorrect and hermesvm throw error, I refactor my code and now my problem solved |
React Native version:
0.60.4
Enabled Hermes
Crash on release android build after splash screen
07-29 14:06:59.334 21833 21833 F DEBUG : #00 pc 000000000001a170 /data/app/app.theMovieExpert-wKzSD-OkiRBPXzh7GD8Acw==/lib/arm64/libhermes.so (facebook::hermes::detail::hermesFatalErrorHandler(void*, std::__ndk1::basic_string<char, std::__ndk1::char_traits, std::__ndk1::allocator> const&, bool)+28)
The text was updated successfully, but these errors were encountered: