Skip to content

Commit 0f492af

Browse files
committed
docs: add missing status bar docs
1 parent 3a79b33 commit 0f492af

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,15 +457,17 @@ Only supported on Android and iOS.
457457

458458
#### `statusBarStyle`
459459

460-
Sets the status bar color (similar to the `StatusBar` component). Defaults to `auto`.
460+
Sets the status bar color (similar to the `StatusBar` component).
461461

462462
Supported values:
463463

464-
- `"auto"`
464+
- `"auto"` (iOS only)
465465
- `"inverted"` (iOS only)
466466
- `"dark"`
467467
- `"light"`
468468

469+
Defaults to `auto` on iOS and `light` on Android.
470+
469471
Requires setting `View controller-based status bar appearance -> YES` (or removing the config) in your `Info.plist` file.
470472

471473
Only supported on Android and iOS.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -711,15 +711,17 @@ Only supported on Android and iOS.
711711

712712
#### `statusBarStyle`
713713

714-
Sets the status bar color (similar to the `StatusBar` component). Defaults to `auto`.
714+
Sets the status bar color (similar to the `StatusBar` component).
715715

716716
Supported values:
717717

718-
- `"auto"`
718+
- `"auto"` (iOS only)
719719
- `"inverted"` (iOS only)
720720
- `"dark"`
721721
- `"light"`
722722

723+
Defaults to `auto` on iOS and `light` on Android.
724+
723725
Requires setting `View controller-based status bar appearance -> YES` (or removing the config) in your `Info.plist` file.
724726

725727
Only supported on Android and iOS.

0 commit comments

Comments
 (0)