https://github.com/crazycodeboy/react-native-navbar-plus
A react native module to show navbar,it works on iOS and Android.
https://github.com/crazycodeboy/react-native-navbar-plus
Last synced: 6 months ago
JSON representation
A react native module to show navbar,it works on iOS and Android.
- Host: GitHub
- URL: https://github.com/crazycodeboy/react-native-navbar-plus
- Owner: crazycodeboy
- Created: 2021-10-05T15:36:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T14:58:42.000Z (about 3 years ago)
- Last Synced: 2025-07-06T02:11:23.982Z (6 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-navbar-plus
A flexible way to handle safe area, also works on Android and iOS.
[ ](https://github.com/crazycodeboy/react-native-navbar-plus/releases)
[ ](https://github.com/crazycodeboy/react-native-navbar-plus/pulls)
[ ](https://www.npmjs.com/package/react-native-navbar-plus)
[](https://raw.githubusercontent.com/crazycodeboy/react-native-navbar-plus/master/LICENSE)
## Content
- [Installation](#installation)
- [Getting started](#getting-started)
- [API](#api)
- [Contribution](#contribution)
## 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:
```javascript
render() {
return
```
## 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**