File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -457,15 +457,17 @@ Only supported on Android and iOS.
457
457
458
458
#### ` statusBarStyle `
459
459
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).
461
461
462
462
Supported values:
463
463
464
- - ` "auto" `
464
+ - ` "auto" ` (iOS only)
465
465
- ` "inverted" ` (iOS only)
466
466
- ` "dark" `
467
467
- ` "light" `
468
468
469
+ Defaults to ` auto ` on iOS and ` light ` on Android.
470
+
469
471
Requires setting ` View controller-based status bar appearance -> YES ` (or removing the config) in your ` Info.plist ` file.
470
472
471
473
Only supported on Android and iOS.
Original file line number Diff line number Diff line change @@ -711,15 +711,17 @@ Only supported on Android and iOS.
711
711
712
712
#### ` statusBarStyle `
713
713
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).
715
715
716
716
Supported values:
717
717
718
- - ` "auto" `
718
+ - ` "auto" ` (iOS only)
719
719
- ` "inverted" ` (iOS only)
720
720
- ` "dark" `
721
721
- ` "light" `
722
722
723
+ Defaults to ` auto ` on iOS and ` light ` on Android.
724
+
723
725
Requires setting ` View controller-based status bar appearance -> YES ` (or removing the config) in your ` Info.plist ` file.
724
726
725
727
Only supported on Android and iOS.
You can’t perform that action at this time.
0 commit comments