[bug][ios] 3.14+ breaks all ScrollViews/FlatList when inside a stack with fullScreenGestureEnabled #1510
Closed
3 of 9 tasks
Labels
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snack or repo is provided
Description
Hi @WoLewicki, I hold up to my promise to find every bug in RNS :D
After the update to 3.14.1 it is impossible to scroll in a view (ScrollView, FlatList etc) with
fullScreenGestureEnabled
.The gesture recognizer takes total control and does not allow scrolling anymore. If you set
fullScreenGestureEnabled: false
, it works.The problem does not occur with 3.13.1. I suspect the regression comes from #1370
Screenshots
RPReplay_Final1656971534.mp4
RPReplay_Final1656972684.mp4
Steps To Reproduce
fullScreenGestureEnabled
.Expected behavior
Should not break scrolling. Also messes around with react-native-gesture-handlers
activeOffsetY
. If set to -20, 20, it does also not work anymore, had to change it to -5, 5.Actual behavior
Scrolling impossible with
fullScreenGestureEnabled
Breaks scrolling
Reproduction
https://snack.expo.dev/@hirbod/scrollview
Just drop the ScrollView inside a Screen with fullScreenGestureEnabled set too true. Since Snack does not Support 3.14.1, it's not a real repro.
Platform
Architecture
Workflow
Package versions
The text was updated successfully, but these errors were encountered: