-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Preloading for simple navigators - tabs, drawer #11709
Conversation
The Expo app for the example from this branch is ready! |
# Conflicts: # packages/bottom-tabs/src/views/BottomTabView.tsx # packages/drawer/src/views/DrawerView.tsx # packages/material-top-tabs/src/views/MaterialTopTabView.tsx
✅ Deploy Preview for react-navigation-example ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #11709 +/- ##
==========================================
+ Coverage 75.78% 75.98% +0.20%
==========================================
Files 207 207
Lines 6075 6080 +5
Branches 2354 2362 +8
==========================================
+ Hits 4604 4620 +16
+ Misses 1418 1407 -11
Partials 53 53 ☔ View full report in Codecov by Sentry. |
Motivation
This is a straightforward application of #11702. Now, we implement the behaviour of simple navigators. We refer to the original PR for a detailed motivation.
Additionally, we have tests.
Test plan
The flow is sufficiently covered in the example app.
Screen.Recording.2023-12-03.at.02.21.28.mov