React Native
Fixing React Native Gesture Conflicts Between a Swipeable Row and Its Parent ScrollView
A swipeable list row and the ScrollView it lives inside both want to own the same horizontal drag, and depending on the device, the angle of the touch, or pure luck, either one can win. The result is a list that sometimes scrolls when it should swipe, sometimes swipes when it should scroll, and is nearly impossible to reproduce reliably from a bug report alone.
Core JSC Team·Sep 12, 2026
React NativeGesture HandlerScrollView