react-native-navbar-plus
v2.6.1
Published
A react native module to show navbar, it works on iOS and Android.
Downloads
7
Maintainers
Readme
react-native-navbar-plus
A flexible way to handle safe area, also works on Android and iOS.
Content
Installation
- 1.Run
npm i react-native-navbar-plus --save
- or
yarn add react-native-navbar-plus
- or
- 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