Nested touchables don't work correctly on Android
See original GitHub issueExpected Behavior

Current Behavior

Description
When you have nested touchables from react-native-gesture-handler and press the inner touchable, the outer one also gets pressed.
Reproduction (Android): https://snack.expo.io/@brunolemos/rngh-nested-touchable-android-bug
Issue Analytics
- State:
- Created 4 years ago
- Reactions:19
- Comments:37 (10 by maintainers)
Top Results From Across the Web
Developers - Nested touchables don't work correctly on Android -
When you have nested touchables from react-native-gesture-handler and press the inner touchable, the outer one also gets pressed. Reproduction (Android): ...
Read more >Nested TouchableOpacity in a FlatList is not working properly
Working : i have created a touchable flatlist for cards and nested another touchable for the kebab dropdown which get enable on the...
Read more >Troubleshooting | Stream Chat - React Native SDK Docs
Nested gesture handlers and touchables need special treatment and can act differently on iOS & Android. If you want Nested Touchables to work...
Read more >rngh-nested-touchable-android-bug - Expo Snack
rngh-nested-touchable-android-bug. No description. Open with Expo Go. Open in editor. Need Expo? Don't have the Expo Go? Download the app to try this...
Read more >ViewGroup - Android Developers
FOCUS_DOWN If the reference refers to a view that does not exist or is part of a ... Return the current axes of...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Passing
disallowInterruption={true}to the touchable should fix this.Should this be enabled by default in GenericTouchable?
I tried TouchableOpacity from ‘react-native’ lib it works fine