-
Notifications
You must be signed in to change notification settings - Fork 106
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
fix: [PE-965] CGN Swipe back gesture to root stack navigator #6708
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6708 +/- ##
==========================================
+ Coverage 50.11% 50.25% +0.13%
==========================================
Files 1557 1558 +1
Lines 32468 32475 +7
Branches 7356 7359 +3
==========================================
+ Hits 16272 16320 +48
+ Misses 16144 16114 -30
+ Partials 52 41 -11
... and 15 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
What do you think to add coverage for missing test in this development?
…PE-965-fix-cgn-navigation
Short description
This PR fixes the swipe-back gesture inside the CGN screens, causing incorrect navigation directly to the root navigator instead of the previous screen in the stack.
List of changes proposed in this pull request
useDisableRootNavigatorGesture
that disables the root navigator swipe back gesture when invoked.Preview
before.MP4
after.mov