Skip to content

crazycodeboy/react-native-navbar-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-navbar-plus

A flexible way to handle safe area, also works on Android and iOS.

release PRs Welcome NPM version License MIT

Content

Installation

  • 1.Run npm i react-native-navbar-plus --save
    • or yarn add react-native-navbar-plus
  • 2.import NavigationBar from 'react-native-navbar-plus'

Getting started

Add react-native-navbar-plus to your js file.

import NavigationBar from 'react-native-navbar-plus'

Inside your component's render method, use Toast:

 render() {
     return <View>
     <NavigationBar
        title={title}
        leftButton={}
        style={{}}
        rightButton={}
      />
     </View>

Contribution

Issues are welcome. Please add a screenshot of bug and code snippet. Quickest way to solve issue is to reproduce it on one of the examples.

Pull requests are welcome. If you want to change API or making something big better to create issue and discuss it first.


MIT Licensed

About

A react native module to show navbar,it works on iOS and Android.

Resources

Stars

Watchers

Forks

Packages

No packages published