0.0.2 • Published 4 years ago

rn-translucent-statusbar-android v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Translucent Statusbar Android

npm version npm download

Installation

npm install rn-translucent-statusbar-android

or

yarn add rn-translucent-statusbar-android

Usage

+++ index.js

import { AppRegistry } from "react-native";
import App from "./src";
import { name as appName } from "./app.json";
+ import hiddenStatus from "rn-translucent-statusbar-android";

+ hiddenStatus("light-content");
AppRegistry.registerComponent(appName, () => App);

License

MIT

Pull requests

Always welcome!