Open mufaddalhamidofficial opened 1 month ago
@mufaddalhamidofficial Hello! 👋 I'm here to help you with any questions or issues you have while waiting for a human maintainer. Let's work together to solve the problem!
It looks like you've removed the GestureHandlerRootView
wrapper from the Carousel
component, which helped resolve the laggy and buggy behavior when used inside a vertical ScrollView
. This change aligns with some common solutions for similar issues.
Here are some related discussions and solutions:
Horizontal Carousel scrolling conflicts with vertical ScrollView scrolling: Adjusting panGestureHandlerProps
to manage gesture conflicts [1].
Carousel in ScrollView layout: Wrapping the entire layout with GestureHandlerRootView
was suggested, but your solution seems to work without it [2].
Your approach might be beneficial for others facing similar issues, especially if the GestureHandlerRootView
is causing conflicts in specific setups.
To continue talking to Dosu, mention @dosu.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-reanimated-carousel@3.5.1
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.