We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7002a9 commit 7561162Copy full SHA for 7561162
versioned_docs/version-6.x/upgrading-from-5.x.md
@@ -462,6 +462,8 @@ If you were importing `createNativeStackNavigator` from `react-native-screens/na
462
- `headerTranslucent` is changed to `headerTransparent`
463
- `headerBlurEffect` is now a separate option and no longer a property in `headerStyle`
464
- `headerTopInsetEnabled` option is removed, it's now automatically set when necessary
465
+- `backButtonImage` is renamed to `headerBackImageSource`
466
+- `searchBar` is renamed to `headerSearchBarOptions`
467
- `replaceAnimation` is renamed to `animationTypeForReplace`
468
- `stackAnimation` is renamed to `animation`
469
- `stackPresentation` is renamed to `presentation` - the value `push` is now called `card`
0 commit comments