Open DanijelBojcic opened 2 years ago
I'm able to scroll when I add activeOffsetX={[-10,10]}
to the PanGestureHandler here , but it sometimes flicker/jumps strangely, so its just a workaround.
Any update on this issue?
I have the same issue, is there any solution?
Bump. Any updates or thoughts? Reproducing on Android 9 (api28)
Got the same issue. So I have to use the FlatList
from react-native-gesture-handler
in order to scroll. But it does not trigger close the modal when scroll offset to 0.
In my case I have remove {flex: 1} from contentContainerStyle attribute on SectionList, and now scrolling is work perfect.
Current behavior
When
gestureEnabled:true
scroll doesn't work inside a SectionList. The underlying PanGestureHandler here takes the event from the SectionList. This behaviour happens only withreact-native-gesture-handler
v2. I can confirm that using v1, everything works as expected.RN Gesture Handler v2
https://user-images.githubusercontent.com/50402950/185612116-b755cdfc-9d39-4571-9d7f-bb48a182c45d.mov
Expected behavior
PanGestureHandler should not take the scroll from the SectionList.
RN Gesture Handler v
https://user-images.githubusercontent.com/50402950/185612166-86e800ed-d359-4990-ba29-a3503afc74cd.mov
Reproduction
https://github.com/DanijelBojcic/NavigationScrollBug
Platform
Packages
Environment