react-navigation-dynamic-drawer
TypeScript icon, indicating that this package has built-in type declarations

1.0.103 • Public • Published

react-navigation-dynamic-drawer

Dynamically add or remove screens to/from a react-navigation/drawer and optionally organize them in a tree structure.

NPM JavaScript Style Guide

Install

npm install --save react-navigation-dynamic-drawer

Usage

import React, { Component } from 'react'

import MyComponent from 'react-navigation-dynamic-drawer'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

Apache-2.0 © nightness

Readme

Keywords

none

Package Sidebar

Install

npm i react-navigation-dynamic-drawer

Weekly Downloads

32

Version

1.0.103

License

Apache-2.0

Unpacked Size

157 kB

Total Files

22

Last publish

Collaborators

  • josh.guyette