-
-
Notifications
You must be signed in to change notification settings - Fork 994
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
Crashing on android when newArchEnabled=true with RN 0.77.1 #3410
Comments
Hi @jagnesh! I've just tested your repro and it works fine. Have you tried clearing caches?
|
Hi @m-bert, |
Does it happen also on newly created app, or only in your existing project? |
it's a newly created app only with a single lib. https://github.com/jagnesh/SampleAppGestureHandler using yarn android cmd to run app Logcat
|
Could you share output of |
I just observed one thing this crash is happening in AVD of Android 15.0 (16 KB Page Size Google APIs PlayStore). Will this be a matter of concern? Output
|
Seems like it can, I was able to reproduce it on given version. |
Could you please check if #3412 fixes this issue? 😅 |
It's working fine now. 🎉
|
Description
I am using the below version of the library, which is causing issues on Android. The app crashes when launched. After struggling for some time, I found that it does not work with newArchEnabled.
"dependencies": {
"react": "18.3.1",
"react-native": "0.77.1",
"react-native-gesture-handler": "^2.23.1"
},
Error:
couldn't find DSO to load: libgesturehandler.so
Steps to reproduce
install the lib and just wrap view with
Snack or a link to a repository
https://github.com/jagnesh/SampleAppGestureHandler
Gesture Handler version
2.23.1
React Native version
0.77.1
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
Fabric (New Architecture)
Build type
None
Device
None
Device model
No response
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: