lynndylanhurley / 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. Import the component by using one of these:
  • var DrawerLayout = require('react-native-drawer-layout');
  • import DrawerLayout from 'react-native-drawer-layout';
  1. Follow the DrawerLayoutAndroid docs -- the API is the same.

Demo

Support

React Native Version react-native-dismiss-keyboard Version
>= 11 & < 23 < 1.0
>= 23 >= 1.0

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

Release Notes

1.0

Breaking changes:

  • This version may only be used with React Native >= 0.25

0.3

Breaking changes:

Contribution

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

About


Languages

Language:JavaScript 82.4%Language:Objective-C 14.6%Language:Java 3.0%