StatusBar
A basic Status bar component that should render nicely on any platform. Supports a good level of customization.
You can customization Status bar component with the Props
#
Usage#
Reference#
Propshere all the list of Props you can use for Switch Component and it Inherits all StatusBar Props, from React Native
#
backgroundColorThe background color of the status bar and type string
#
hiddenIf true, the status bar is hidden. and type boolean
#
animatedIf true, If the transition between status bar property changes should be animated. Supported for backgroundColor, barStyle and hidden. And its type is boolean
#
barStyleSets the color of the status bar text and type string
supported string is 'default', 'light-content', 'dark-content'
#
inlineStyleprops give addition props to the Button element type Object