-
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
[Navigator] Override swipe back behavior? #5854
Comments
Hey aksonov, 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'm having the same issue. My use-case is that I want my Header component do change styles depending on the current screen. This is possible when navigating to screens, but not when swiping back from screens. So now I'm forced to disable the gesture. |
I just created a Product Pains post for this: |
+1 |
I'll close this issue since it's a feature request, a nice one BTW. Please refer to the product pains entry. |
@facebook-github-bot close |
@charpeni tells me to close this issue. If you think it should still be opened let us know why. |
Is there anyway to call some own methods during swipe back? Currently it calls navigator.pop() method, but i want to customize it to solve issue: aksonov/react-native-router-flux#176
The text was updated successfully, but these errors were encountered: