You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently evaluating whether upgrading to 4.25.2 resolves the issue, but I could not find a confirmed fix for this specific SIGSEGV in the release notes.
Crash stack
Crashed: Thread: SIGSEGV 0x000000e500000009
#00 pc 0x14c94 librnscreens.so (BuildId: ace33169f7be2c2f4fe1d0c784b2794a302153c7)
#01 pc 0x14a58 librnscreens.so (BuildId: ace33169f7be2c2f4fe1d0c784b2794a302153c7)
#02 pc 0x14a58 librnscreens.so (BuildId: ace33169f7be2c2f4fe1d0c784b2794a302153c7)
#03 pc 0x15680 librnscreens.so (BuildId: ace33169f7be2c2f4fe1d0c784b2794a302153c7)
#04 pc 0x155c0 librnscreens.so (BuildId: ace33169f7be2c2f4fe1d0c784b2794a302153c7)
#22 pc 0x66e090 libart.so
#23 pc 0x65f4fc libart.so
#26 pc 0x669380 libart.so
Description
We are seeing a native Android crash reported by Crashlytics that appears to originate in
librnscreens.so.This occurs with the React Native New Architecture (Fabric) enabled. The crash appears to happen during navigation / screen transitions.
The crash has been observed on
react-native-screens@4.24.7.I searched existing issues and found related discussions, but could not confirm that they match this exact crash signature:
We are currently evaluating whether upgrading to
4.25.2resolves the issue, but I could not find a confirmed fix for this specific SIGSEGV in the release notes.Crash stack
Package versions
{ "react": "19.1.1", "react-native": "0.82.1", "react-native-screens": "4.24.7", "@react-navigation/native": "7.1.25", "@react-navigation/native-stack": "7.8.6" }Android configuration
Expected behavior
Navigation and screen transitions should not crash the native Android process.
Actual behavior
Crashlytics reports a native SIGSEGV inside
librnscreens.so.Additional context
react-native-screens@4.25.2, but have not yet confirmed whether the issue is resolved there.Questions
4.24.7?Steps to reproduce
newArchEnabled=true) and Hermes enabled.react-native-screens@4.24.7.@react-navigation/native-stackand trigger screen transitions repeatedly.librnscreens.so.Notes: This crash is intermittent and we have not yet found a deterministic local reproduction.
Snack or a link to a repository
No Snack or public repository is available at the moment.
Screens version
4.24.7
React Native version
0.82.1
Platforms
Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Release mode
Device
Real device
Device model
Samsung Galaxy A35 5G (
SM-A356U)Acknowledgements
Yes