-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
onPanResponderTerminationRequest is not working. #5696
Comments
Hey jihopark, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
I seem to be experiencing this as well. I have some draggable |
@facebook-github-bot bugfix |
Hey @jihopark, we're a small team and rely on the community to fix issues that don't affect fb apps. If you're sure this is a bug can you send a pull request with a fix? |
@rpastorelle I'm running into the same problem with ViewPagerAndroid. |
I'm running into a similar problem. I have a Any movement anywhere on looking into this or solving it? Have anyone who previously posted here find a solution? |
@smallpath It was a while ago but I believe this was the hack that hid the problem for me:
|
I was having the same problem. I checked the source code and found this:
So I think that explains why the ListView takes over... |
Not sure if that's the correct answer, but shouldn't you add |
Closing this issue because it has been inactive for a while. If you think it should still be opened let us know why. |
I want to make
onPanResponderTerminationRequest: (evt, gestureState)=>false
,so that parent ListView won't take away the gesture but it doesn't seem like working properly..
Does anyone know why? I am looking into the library but still cannot find why.
The text was updated successfully, but these errors were encountered: