If the transition between status bar property changes should be animated.
Supported for backgroundColor, barStyle and hidden.
If the transition between status bar property changes should be animated.
Supported for backgroundColor, barStyle and hidden.
Control the visibility of the network activity indicator
Control the visibility of the network activity indicator
Type declaration
(visible: boolean): void
Parameters
visible: boolean
Returns void
setTranslucent
setTranslucent:function
Control the translucency of the status bar
Control the translucency of the status bar
Type declaration
(translucent: boolean): void
Parameters
translucent: boolean
Returns void
Optional showHideTransition
showHideTransition:"fade" | "slide"
The transition effect when showing and hiding the status bar using the hidden prop.
Defaults to 'fade'.
The transition effect when showing and hiding the status bar using the hidden prop.
Defaults to 'fade'.
Optional translucent
translucent:undefined | true | false
If the status bar is translucent. When translucent is set to true, the app will draw under the status bar.
This is useful when using a semi transparent status bar color.
It is for android only
If the status bar is translucent. When translucent is set to true, the app will draw under the status bar.
This is useful when using a semi transparent status bar color.
It is for android only
key for others property.