Skip to content

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

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

Closed
abdul-megadraws opened this issue Feb 28, 2024 · 5 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?

Copy link

dosubot bot commented Feb 18, 2025

Hi, @abdul-megadraws. I'm Dosu, and I'm helping the react-native-reanimated-carousel team manage their backlog. I'm marking this issue as stale.

Issue Summary:

Next Steps:

  • Please let us know if this issue is still relevant to the latest version of the react-native-reanimated-carousel repository by commenting on this issue.
  • If there is no further activity, this issue will be automatically closed in 7 days.

Thank you for your understanding and contribution!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Feb 18, 2025
@dosubot dosubot bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 25, 2025
@dosubot dosubot bot removed the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Feb 25, 2025
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