magic-status-bar

1.0.1 • Public • Published

Magic Status Bar

npm install --save magic-status-bar

Replaces the system status bar for preparation for App/Play Store screenshots. Sets signal to five bars, full wifi, 9:41 on iOS, 12:00 on Android.

Wrap your root component in MagicStatusBar. Props accepted mimick the props for React Native's StatusBar component.

<MagicStatusBar>
  <YourRootView />
</MagicStatusBar>
Prop Default Values Description
backgroundColor transparent (iOS), black (Android) Any colour Sets the background colour of the status bar
translucent true (iOS), false (Android) true/false When true, the status bar will overlap views. When false, it will move child views down.
barStyle (iOS) default (light-content) default, light-content, dark-content Colour of status bar icons (see StatusBar)

Todo

  • Allow customising time, icons

[1] https://facebook.github.io/react-native/docs/statusbar.html

Package Sidebar

Install

npm i magic-status-bar

Weekly Downloads

2

Version

1.0.1

License

ISC

Last publish

Collaborators

  • jacobp100