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.
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
462462Supported 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+
469471Requires setting ` View controller-based status bar appearance -> YES ` (or removing the config) in your ` Info.plist ` file.
470472
471473Only 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.
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
716716Supported 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+
723725Requires setting ` View controller-based status bar appearance -> YES ` (or removing the config) in your ` Info.plist ` file.
724726
725727Only supported on Android and iOS.
You can’t perform that action at this time.
0 commit comments