static setNetworkActivityIndicatorVisible(visible: boolean)
static setTranslucent(translucent: boolean)
setHidden(hidden, animation?)
static setBackgroundColor(color: string, animated: boolean)
static setHidden(hidden: boolean, animation: 'none' | 'fade' | 'slide')
static setBarStyle(style: 'default' | 'light-content', animated: boolean)
androidtranslucent bool 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.
iosshowHideTransition enum('fade', 'slide') The transition effect when showing and hiding the status bar using the hidden prop. Defaults to 'fade'.
iosbarStyle enum('default', 'light-content') Sets the color of the status bar text.
hidden bool If the status bar is hidden.
Page 20 of 64