andreo / react-native-drawer-layout

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-drawer-layout Circle CI

A platform-agnostic drawer layout. Pure JavaScript implementation on iOS and native implementation on Android. Why? Because the drawer layout is a useful component regardless of the platform! And if you can use it without changing any code, that's perfect.

Add it to your project

  1. Run npm install react-native-drawer-layout --save
  2. var DrawerLayout = require('react-native-drawer-layout');
  3. Follow the DrawerLayoutAndroid docs -- the API is the same.

Demo

Support

We currently support react-native >= 0.11, if you experience any restrictions, please let us know.

Release Notes

0.3

Breaking changes:

Contribution

Please make sure to run the tests before proposing a PR by running npm test.

About


Languages

Language:JavaScript 59.2%Language:Objective-C 28.0%Language:Java 12.8%