Skip to content

jiaoxuebing2014/react-native-drawer-layout

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.9%
  • Objective-C 27.5%
  • Java 12.6%