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-8.x/native-stack-navigator.md
-39Lines changed: 0 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,32 +185,6 @@ Requires setting `View controller-based status bar appearance -> YES` (or removi
185
185
186
186
Only supported on Android and iOS.
187
187
188
-
#### `statusBarBackgroundColor`
189
-
190
-
:::warning
191
-
192
-
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
193
-
and it is expected that the edge-to-edge will be enforced in future SDKs, see [here](https://developer.android.com/about/versions/15/behavior-changes-15#ux) for more information).
194
-
195
-
:::
196
-
197
-
Sets the background color of the status bar (similar to the `StatusBar` component).
198
-
199
-
Only supported on Android.
200
-
201
-
#### `statusBarTranslucent`
202
-
203
-
:::warning
204
-
205
-
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
206
-
and it is expected that the edge-to-edge will be enforced in future SDKs, see [here](https://developer.android.com/about/versions/15/behavior-changes-15#ux) for more information).
207
-
208
-
:::
209
-
210
-
Sets the translucency of the status bar (similar to the `StatusBar` component). Defaults to `false`.
211
-
212
-
Only supported on Android.
213
-
214
188
#### `contentStyle`
215
189
216
190
Style object for the scene content.
@@ -422,19 +396,6 @@ The duration is not customizable for:
422
396
423
397
Only supported on iOS.
424
398
425
-
#### `navigationBarColor`
426
-
427
-
:::warning
428
-
429
-
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
430
-
and it is expected that the edge-to-edge will be enforced in future SDKs, see [here](https://developer.android.com/about/versions/15/behavior-changes-15#ux) for more information).
431
-
432
-
:::
433
-
434
-
Sets the navigation bar color. Defaults to initial status bar color.
435
-
436
-
Only supported on Android.
437
-
438
399
#### `navigationBarHidden`
439
400
440
401
Boolean indicating whether the navigation bar should be hidden. Defaults to `false`.
0 commit comments