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
* Sets the status bar animation (similar to the `StatusBar` component). Requires enabling (or deleting) `View controller-based status bar appearance` in your Info.plist file on iOS.
488
+
* Sets the status bar animation (similar to the `StatusBar` component).
489
+
* On Android, setting either `fade` or `slide` will set the transition of status bar color. On iOS, this option applies to appereance animation of the status bar.
490
+
* Requires enabling (or deleting) `View controller-based status bar appearance` in your Info.plist file on iOS.
491
+
*
492
+
* Defaults to `fade` on iOS and `none` on Android.
* Sets the status bar animation (similar to the `StatusBar` component). Requires enabling (or deleting) `View controller-based status bar appearance` in your Info.plist file on iOS.
433
+
* Sets the status bar animation (similar to the `StatusBar` component).
434
+
* On Android, setting either `fade` or `slide` will set the transition of status bar color. On iOS, this option applies to appereance animation of the status bar.
435
+
* Requires enabling (or deleting) `View controller-based status bar appearance` in your Info.plist file on iOS.
436
+
*
437
+
* Defaults to `fade` on iOS and `none` on Android.
0 commit comments