JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 39
  • Score
    100M100P100Q72486F
  • License MIT

A cross-platform (iOS / Android), fully customizable, React Native Navigation Bar component.

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-nav

Examples

Coming soon...

Getting started

ES5
var NavBar = require('react-native-nav')
ES6 (ES2015)
import NavBar from 'react-native-nav'

API

Coming soon...

Images

ios

android

Questions?

Feel free to contact me via

style = {
  navBarTitleText: {},
  navBarButtonIOS: {},
  navBarButtonAndroid: {},
  navBarButtonTextIOS: {},
  navBarButtonTextAndroid: {},
  statusBarIOS: {},
  statusBarAndroid: {},
  navBarIOS: {},
  navBarAndroid: {},
  navBarContainer: {},
}
props = {
  style: {},
  buttonsAndroid: [],
  buttonsIOS: [],
  title: ''
}