Socket
Socket
Sign inDemoInstall

react-native-navbar-plus

Package Overview
Dependencies
518
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-navbar-plus

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


Version published
Weekly downloads
6
increased by500%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 24 Oct 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc