-
Notifications
You must be signed in to change notification settings - Fork 420
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
Revert "feat(ios): back gesture with full screen swipe (#705)" #771
base: master
Are you sure you want to change the base?
Conversation
This reverts commit 769a3a2.
769a3a2 made it stop working for me as well with |
@intergalacticspacehighway Can we revert your changes? Maybe we should consider adding this fix #705 (comment) @td-tomasz-joniec what functionality will be broken, when this patch is removed? Will it introduce some regression? |
@zRelux what has stopped working? Can you please explain the issue? @troZee reverting can break the back gesture when The additional issue asked here is a different feature request to support non-native stack (allow swiping back from the edge when currentPage > 0 and using non-native stack). I can look into that but that won't be solved even if we revert this PR. |
I am only interested in reverting this change as this code breaks correct touch handling when pager view is inside scrollview |
@td-tomasz-joniec are you facing this #722 issue or is it something else? |
@intergalacticspacehighway swipe back navigation when using react-native-collapsible-tab-view |
@zRelux does reverting the changes fix the issue? Can you confirm if you are using the regular stack from react-navigation and not the native stack navigator? |
Yes I downgraded to 6.1.4 (release before the fix) and it works, I am using stack from expo-router (which I believe is the native one) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add this code based on prop called rnsPanGestureRecognizer
?
Any update ? still not working for me even on 6.1.4, I'm using @react-navigation non native Stack and react-native-collapsible-tab-view @intergalacticspacehighway |
Could you provide a repro? It will definitely speed it up. Right now, I cannot reproduce it |
I'm facing an issue with gesture detection in my React Native project. I'm implementing a custom tab view and also using a pager component. The problem arises because, when using these together, the gesture detection doesn't work as expected. It seems like one gesture handler is overriding or interfering with the others, leading to some gestures not being detected at all. This results in interaction issues, where users can't swipe or interact with the views properly. The specific problem is that the pager's gesture detection takes priority, which then disables or limits the gestures in my custom tab view. I'm looking for a solution that allows both components to handle gestures independently without conflict, ensuring smooth and expected behavior in my app's UI. |
This reverts commit 769a3a2.
Summary
Test Plan
What's required for testing (prerequisites)?
What are the steps to reproduce (after prerequisites)?
Compatibility
Checklist
README.md