react-native-drawer-layout-polyfill

v2.0.0
A polyfill for React Natives DrawerLayoutAndroid
react react-native ios android drawer layout menu

react-native-drawer-layout-polyfill CircleCI

This is a polyfill for React Natives DrawerLayoutAndroid, please refer to this documentation for the usage.

Add it to your project

  1. Run npm install react-native-drawer-layout-polyfill --save
  2. Import the component by using one of these:
  • var DrawerLayout = require('react-native-drawer-layout-polyfill');
  • import DrawerLayout from 'react-native-drawer-layout-polyfill';
  1. Follow the DrawerLayoutAndroid docs -- the API is the same.

Demo

Examples

Restrictions

  • Currently, there is no support for setting the status bar color in iOS. If you know any workaround, we would be glad to see an idea or a PR.

If you experience any further restrictions with other versions, please let us know.

Release Notes

2.0

1.0

npm i react-native-drawer-layout-polyfill

Metadata

  • MIT
  • Whatever
  • Daniel Schmidt
  • released 11/9/2017

Downloads

Maintainers