0.1.0 • Published 10 years ago
react-native-statusbar-banner v0.1.0
react-native-statusbar-banner
About
Installation
iOS
npm install react-native-statusbar-banner --save- In the Xcode's "Project navigator", right click on your project's Libraries folder ➜ Add Files to "Your Project Name"
- Go to
node_modules➜react-native-statusbar-banner➜iOS➜ selectReactNativeStatusbarBanner.xcodeproj - In the Xcode Project Navigator, click the root project, and in
Generaltab, look forLinked Frameworks and Libraries. Click on the+button at the bottom and addlibReactNativeStatusbarBanner.afrom 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.
0.1.0
10 years ago