You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: migrate examples to react-navigation v7 (#2194)
## Description
This PR intents to migrate examples to react-navigation v7.
Documentation: https://reactnavigation.org/docs/7.x/upgrading-from-6.x/
As for now I have only found ~~two~~ few files that needed changes. I
ensured that nothing crashes in the example.
## Changes
- migrated navigating to nested screen
- replaced `navigate` with `popTo` when explicitly going back to a
specific screen
- ensured nothing crashes
<!--
## Screenshots / GIFs
Here you can add screenshots / GIFs documenting your change.
You can add before / after section if you're changing some behavior.
### Before
### After
-->
## Test code and steps to reproduce
<!--
Please include code that can be used to test this change and short
description how this example should work.
This snippet should be as minimal as possible and ready to be pasted
into editor (don't exclude exports or remove "not important" parts of
reproduction example)
-->
## Checklist
- [x] Ensured that CI passes
0 commit comments