Skip to content

docs: add missing renamed options in native-stack #1047

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

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions versioned_docs/version-6.x/upgrading-from-5.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ If you were importing `createNativeStackNavigator` from `react-native-screens/na
- `headerTranslucent` is changed to `headerTransparent`
- `headerBlurEffect` is now a separate option and no longer a property in `headerStyle`
- `headerTopInsetEnabled` option is removed, it's now automatically set when necessary
- `backButtonImage` is renamed to `headerBackImageSource`
- `searchBar` is renamed to `headerSearchBarOptions`
- `replaceAnimation` is renamed to `animationTypeForReplace`
- `stackAnimation` is renamed to `animation`
- `stackPresentation` is renamed to `presentation` - the value `push` is now called `card`
Expand Down