A flexible way to handle safe area, also works on Android and iOS.
- 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'
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>
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