setHidden(hidden, animation?)
static setTranslucent(translucent: boolean)
static setNetworkActivityIndicatorVisible(visible: boolean)
static setHidden(hidden: boolean, animation: 'none' | 'fade' | 'slide')
static setBarStyle(style: 'default' | 'light-content', animated: boolean)
static setBackgroundColor(color: string, 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'.
iosnetworkActivityIndicatorVisible bool If the network activity indicator should be visible.
hidden bool If the status bar is hidden.
Page 20 of 64