-
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
AHKNavigationController #5669
AHKNavigationController #5669
Conversation
Latest merge
Implemented this so that it re-enables the interactive pop gesture when the navigation bar is hidden or a custom back button is used.
By analyzing the blame information on this pull request, we identified @sahrens, @dougbankspersonal and @nicklockwood to be potential reviewers. |
I've manually patched this with RN 0.20. Works perfectly. Can we have this merged into the core? Thanks! |
Actually you have to add those files to the xcode project file. |
@insraq thanks for catching that! 👍 i just added it to the xcode project. hopefully this will get merged into the core. |
@yamill updated the pull request. |
@yamill updated the pull request. |
@yamill updated the pull request. |
This is a large PR and the NavigatorIOS is not maintained by Facebook so I don't think anyone has bandwidth to review this. Posted in this read-only group, feel free to follow along there: |
Actually I'll close this since the NavigatorIOS is not maintained. Feel free to copy the NavigatorIOS code into your project and modify it there, or fork it on your GitHub account. |
Thanks for understanding! |
This enables NavigatorIOS swipe-back when Navigation Bar is hidden.
Issue: #1341
See: https://github.com/fastred/AHKNavigationController for more detail