react-navigation-dynamic-drawer
v1.0.103
Published
Dynamically add or remove screens to/from a react-navigation/drawer and optionally organize them in a tree structure.
Downloads
34
Readme
react-navigation-dynamic-drawer
Dynamically add or remove screens to/from a react-navigation/drawer and optionally organize them in a tree structure.
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