rn-translucent-statusbar-android
v0.0.2
Published
is a small and simple package that helps make your React Native app
Maintainers
Readme
Translucent Statusbar Android
Installation
npm install rn-translucent-statusbar-androidor
yarn add rn-translucent-statusbar-androidUsage
+++ 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!
