Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On tapping the slider, the vertical scrolling for the screen is not working, resulting in a subpar user experience due to performance issues in the app. #551

Open
abdul-megadraws opened this issue Feb 28, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@abdul-megadraws
Copy link

I have banners on the home screen of my mobile app, implemented using the 'react-native-reanimated-carousel' npm package. The banners occupy 70% of the screen.I want the page to scroll down when I swipe vertically. However, the page is not scrolling, and it feels unresponsive, almost as if it's stuck.

@abdul-megadraws abdul-megadraws added the bug Something isn't working label Feb 28, 2024
@bengoism
Copy link

bengoism commented Mar 7, 2024

+1 .. I have the same issue

@stoickeyboard
Copy link

+1

@stoickeyboard
Copy link

Solution in #465 Fixed this for me. Add this to the carousel

onConfigurePanGesture={gestureChain => { gestureChain.activeOffsetX([-10, 10]) }}

Taken from commit 978b59f

#125 is another related issue

@ckanissatran
Copy link

ckanissatran commented Mar 29, 2024

@stoickeyboard
This causes a whiplash 50% of the time in my app when trying to swipe left/right -- not same behavior as panGestureHandlerProps

It feels like activeOffsetX is not quite correct.

Is it working the same for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants