Skip to content

Commit

Permalink
Mention screens 4 requirement in upgrade guide
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 27, 2024
1 parent 7b71b70 commit 7b0b03f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ node_modules
.DS_Store
.docusaurus
.history
.idea

build/
translated_docs/
Expand Down
6 changes: 6 additions & 0 deletions versioned_docs/version-7.x/upgrading-from-6.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,12 @@ The `customAnimationOnGesture` option in Native Stack Navigator is renamed to `a

See [Native Stack Navigator](native-stack-navigator.md#animationmatchesgesture) for usage.

#### Native Stack now requires `react-native-screens` 4

`@react-navigation/native-stack` now requires `react-native-screens` 4 and will break when using an earlier version. If you are using Native Stack Navigator in your project, make sure to upgrade `react-native-screens` to version 4.

See [Native Stack Navigator](native-stack-navigator.md) for usage.

#### Material Top Tab Navigator no longer requires installing `react-native-tab-view`

Previously, `@react-navigation/material-top-tabs` required installing `react-native-tab-view` as a dependency in the project. We have now moved this package to the React Navigation monorepo and able to coordinate the releases together, so it's no longer necessary to install it separately.
Expand Down

0 comments on commit 7b0b03f

Please sign in to comment.