From dcf7b27bf6314c96bcd680ded20ce90cf157ca9f Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Thu, 23 Oct 2014 14:38:09 -0700 Subject: [PATCH] mobile-status-bar --- packages/mobile-status-bar/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/mobile-status-bar/README.md diff --git a/packages/mobile-status-bar/README.md b/packages/mobile-status-bar/README.md new file mode 100644 index 0000000000..eb949301d8 --- /dev/null +++ b/packages/mobile-status-bar/README.md @@ -0,0 +1,10 @@ +# mobile-status-bar + +This package provides some customizability to the status bar on Meteor +Phonegap/Cordova apps on mobile. + +Right now it just exposes the standard `org.apache.cordova.statusbar` plugin for +Phonegap/Cordova with some defaults. For the extensive documentation see the +original [plugin +repo](https://github.com/apache/cordova-plugin-statusbar/blob/master/doc/index.md). +