-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
refactor(ios): disable navigation gesture with js #9287
refactor(ios): disable navigation gesture with js #9287
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
c4b0ae6
to
19c2222
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## canary #9287 +/- ##
==========================================
+ Coverage 51.82% 51.84% +0.02%
==========================================
Files 2146 2146
Lines 97425 97425
Branches 16259 16259
==========================================
+ Hits 50492 50514 +22
+ Misses 45622 45601 -21
+ Partials 1311 1310 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
16740da
to
debe88e
Compare
Merge activity
|
debe88e
to
5ae3868
Compare
5ae3868
to
0acdf62
Compare
Do not toggle navigation gesture native to avoid unexpected behavior. close AF-1958, AF-1797