statusbarwithcustomcolor
v1.0.2
Published
This package will serve as a means to alter the background color of the device's status bar
Downloads
3
Maintainers
Readme
React native Customizable StatusBar
Fully Customizable Pre-build UI for changing the color of status bar for both platform
Installation
npm i statusbarwithcustomcolor
or
yarn add statusbarwithcustomcolor
Usage
import {CustomStatusBar} from 'statusbarwithcustomcolor';
<>
<CustomStatusBar backgroundColor={'red'} barStyle={'light-content'} />
</>
Methods and Properties
| key | Type | Description |
| :-------- | :------- | :------------------------- |
| backgroundColor
| props
| used to pass the background color |
| barStyle
| props
| used to set barStyle |