Skip to content

Sidak08/Status-Bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ios-status-bar

A simple package for changing IOS status bar color.

Installation

npm install ios-status-bar yarn add ios-status-bar

Usage

import IosStatusBar from "ios-status-bar";
<IosStatusBar color={green} paddingBottom={10} textColor={light} />;

color: default: "rgba(0, 0, 0, 0)": Background color

paddingBottom: default 0: Bottom padding

textColor: default: "dark": Text color prop: light | dark.

Contributing

If you want to contribute to this project and make it better, feel free to fork and submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

An easy was to change background colour for IOS status bar with React Native and Expo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published