0.1.0 • Published 8 years ago

react-native-statusbar-banner v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

react-native-statusbar-banner

LicensePlatform

About

Installation

iOS

  1. npm install react-native-statusbar-banner --save
  2. In the Xcode's "Project navigator", right click on your project's Libraries folder ➜ Add Files to "Your Project Name"
  3. Go to node_modulesreact-native-statusbar-banneriOS ➜ select ReactNativeStatusbarBanner.xcodeproj
  4. In the Xcode Project Navigator, click the root project, and in General tab, look for Linked Frameworks and Libraries. Click on the + button at the bottom and add libReactNativeStatusbarBanner.a from the list.

###Android

Coming soon.

Usage

iOS

let StatusbarBanner = require('react-native-statusbar-banner');
StatusbarBanner.show("Hello", "#ff828c");
StatusbarBanner.hide();

Android

Coming soon

License

react-native-statusbar-banner is available under the MIT license. See the LICENSE file for more info.