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
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/upgrading-from-6.x.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,17 @@ The `customAnimationOnGesture` option in Native Stack Navigator is renamed to `a
288
288
289
289
See [Native Stack Navigator](native-stack-navigator.md#animationmatchesgesture) for usage.
290
290
291
+
#### `statusBarColor` is renamed to `statusBarBackgroundColor` in Native Stack Navigator
292
+
293
+
The `statusBarColor` option in Native Stack Navigator is renamed to `statusBarBackgroundColor` to better reflect its purpose. If you are using `statusBarColor` in your project, you can rename it to `statusBarBackgroundColor`:
See [Native Stack Navigator](native-stack-navigator.md#statusbarbackgroundcolor) for usage.
301
+
291
302
#### Native Stack now requires `react-native-screens` 4
292
303
293
304
`@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.
0 commit comments