1.1.4 • Published 2 months ago

ios-status-bar v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

1.1.4

2 months ago

1.1.3

4 months ago

1.1.2

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago