Package Exports
- react-native-nav
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-native-nav) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
A cross-platform (iOS / Android), fully customizable, React Native Navigation Bar component.
Content
Installation
First of all, make sure you're using npm3+ and babel6 for version 1.1.1 or above.
npm install --save react-native-navExamples
Coming soon...
Getting started
- Start a new React Native Project.
npm install --save react-native-nav
ES5
var NavBar = require('react-native-nav')ES6 (ES2015)
import NavBar from 'react-native-nav'API
Coming soon...
Images


Questions?
Feel free to contact me via
style = {
navBarTitleText: {},
navBarButtonIOS: {},
navBarButtonAndroid: {},
navBarButtonTextIOS: {},
navBarButtonTextAndroid: {},
statusBarIOS: {},
statusBarAndroid: {},
navBarIOS: {},
navBarAndroid: {},
navBarContainer: {},
}props = {
style: {},
buttonsAndroid: [],
buttonsIOS: [],
title: ''
}