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
### Params are now overwritten on navigation instead of merging
32
46
33
47
This is probably one of the biggest changes. When navigating to an existing screen, we've merged the new params with the existing params since the first version of React Navigation.
@@ -301,7 +315,7 @@ The `@react-navigation/native-stack` package is back. We made few changes to the
301
315
To install the 6.x version of `@react-navigation/native-stack`, run:
It's also necessary to install the `react-native-safe-area-context`package when using `@react-navigation/material-bottom-tab`, if you didn't have it already:
@@ -535,7 +563,7 @@ Similar to bottom tabs, drawer now uses `firstRoute` for the `backBehavior` prop
535
563
We have a newpackage which contains various UI elements related to navigation, such as a `Header`component. This means that we can now use these components in all navigators. You can also install the library to import components such as `Header` to use in any navigator:
0 commit comments