terehovel / react-navigation-dynamic-drawer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%