Skip to content

Commit 9e6c3c2

Browse files
committed
Remove deprecated options from native stack docs
1 parent b8663e6 commit 9e6c3c2

File tree

1 file changed

+0
-39
lines changed

1 file changed

+0
-39
lines changed

versioned_docs/version-8.x/native-stack-navigator.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -185,32 +185,6 @@ Requires setting `View controller-based status bar appearance -> YES` (or removi
185185

186186
Only supported on Android and iOS.
187187

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-
214188
#### `contentStyle`
215189

216190
Style object for the scene content.
@@ -422,19 +396,6 @@ The duration is not customizable for:
422396

423397
Only supported on iOS.
424398

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-
438399
#### `navigationBarHidden`
439400

440401
Boolean indicating whether the navigation bar should be hidden. Defaults to `false`.

0 commit comments

Comments
 (0)