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/native-stack-navigator.md
+21
Original file line number
Diff line number
Diff line change
@@ -727,12 +727,26 @@ Only supported on Android and iOS.
727
727
728
728
#### `statusBarBackgroundColor`
729
729
730
+
:::warning
731
+
732
+
This option is deprecated and will be removed in a future release (for apps targeting Android SDK 35 or above edge-to-edge mode is enabled by default
733
+
and it is expected that the edge-to-edge will be enforced in future SDKs, see: https://developer.android.com/about/versions/15/behavior-changes-15#ux).
734
+
735
+
:::
736
+
730
737
Sets the background color of the status bar (similar to the `StatusBar` component).
731
738
732
739
Only supported on Android.
733
740
734
741
#### `statusBarTranslucent`
735
742
743
+
:::warning
744
+
745
+
This option is deprecated and will be removed in a future release (for apps targeting Android SDK 35 or above edge-to-edge mode is enabled by default
746
+
and it is expected that the edge-to-edge will be enforced in future SDKs, see: https://developer.android.com/about/versions/15/behavior-changes-15#ux).
747
+
748
+
:::
749
+
736
750
Sets the translucency of the status bar (similar to the `StatusBar` component). Defaults to `false`.
737
751
738
752
Only supported on Android.
@@ -1261,6 +1275,13 @@ Only supported on iOS.
1261
1275
1262
1276
#### `navigationBarColor`
1263
1277
1278
+
:::warning
1279
+
1280
+
This option is deprecated and will be removed in a future release (for apps targeting Android SDK 35 or above edge-to-edge mode is enabled by default
1281
+
and it is expected that the edge-to-edge will be enforced in future SDKs, see: https://developer.android.com/about/versions/15/behavior-changes-15#ux).
1282
+
1283
+
:::
1284
+
1264
1285
Sets the navigation bar color. Defaults to initial status bar color.
0 commit comments