software-mansion / software-mansion/react-native-gesture-handler
[v3] SIGABRT crash: Yoga layout assertion failure when dynamically adding ReanimatedSwipeable rows alongside BottomSheet (Fabric)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.8k
- Forks
- 1.1k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 50
Description
Description
Upgrading from react-native-gesture-handler@2.31.2 to 3.0.0 causes a SIGABRT crash on both iOS and Android (Fabric / New Architecture). The crash is a Yoga layout assertion failure triggered during layout of RNGestureHandlerDetectorShadowNode.
The crash occurs when dynamically inserting ReanimatedSwipeable rows into a FlatList while a @gorhom/bottom-sheet (which uses GestureDetector internally) is rendered as a sibling in the same parent view.
This does not occur on react-native-gesture-handler@2.31.2.
Steps to reproduce
- Clone the repro: https://github.com/AlsaadAhamed4/rngh-v3-crash-repo
npm install && cd ios && pod install && cd ..npx react-native run-ios(on a physical device)- Tap "Go to Recording Flow"
- Reproduce via either method:
Method A: Tap "Start Recording" → "Stop" repeatedly. Crash occurs around the 12th record being added.
Method B: Tap "Rapid Add 5 Rows" → "Hide Sheet" → "Show Sheet" → "Rapid Add 5 Rows".
A link to a repository that reproduces the bug
https://github.com/AlsaadAhamed4/rngh-v3-crash-repo
Gesture Handler version
3.0.0
React Native version
0.85.3
Platforms
iOS, Android
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
New Architecture (Fabric)
Build type
Debug mode
Device
Real device
Device model
iPhone
Acknowledgements
Yes
Steps to reproduce
- Run the app on an iOS physical device (Xcode, Debug build)
- Tap "Go to Recording Flow"
- Reproduce via either method:
Method A: Tap "Start Recording" → "Stop" repeatedly. Crash occurs around the 12th record being added.
Method B: Tap "Rapid Add 5 Rows" → "Hide Sheet" → "Rapid Add 5 Rows".
A link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
https://github.com/AlsaadAhamed4/rngh-v3-crash-repo
Gesture Handler version
3.0.0
React Native version
0.85.3
Platforms
Android, iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
New Architecture (Fabric)
Build type
Debug mode
Device
Real device
Device model
iPhone 15 (iOS 26.5)
Acknowledgements
Yes
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked reproducer repository and compare react-native-gesture-handler 3.0.0 with 2.31.2 under React Native 0.85.3, Fabric, and Hermes. Reproduce the crash through the Recording Flow using both row-insertion methods, then inspect the RNGestureHandlerDetectorShadowNode layout assertion on iOS and Android. Done means both sequences no longer trigger SIGABRT on physical devices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react-native, typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100