-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
"library "libhermes.so" not found " Android on some devices 74.3 #45907
Comments
|
|
|
|
This happens when you're missing the There are plenty of similar issues in the issue tracker: https://github.com/facebook/react-native/issues?q=%22libhermes.so+not+found%22 If this crash is happening only on some device, we would need a reproducer as sadly the Firebase Crashlytics doesn't help us much. |
I'm also facing this exact problem in several apps, the error always seems to happen on a Google Pixel, I haven't been able to simulate the problem yet. Any update on this? |
Description
hello, app that I am maintaining have some crash problems on android devices (NOT EXPO)
in my app I have nothing serious added, from 2.0.0 version , just recreate new latest vers of rn, which was 74.2 and next upgrade to 74.3.
I don't want to remove Hermes from my app, so I am searching solutions to fix this issue.
I am going to upgrade rn version to latest, to be sure its not fixed in newer versions and will comment out.
I can't reproduce error, it is just coming in firebase crashlytics
thanks
minSdkVersion = 24 compileSdkVersion = 34 targetSdkVersion = 34
Steps to reproduce
React Native Version
0.74.3
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
.
Screenshots and Videos
No response
The text was updated successfully, but these errors were encountered: