We needed to have the StatusBarIOS to be shown.
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.
To use this component, you will need to enable the following Babel options:
- es7.decorators
- es7.classProperties
- es6.modules
- es6.constants
- es6.blockScoping
- Run
npm install react-native-drawer-layout --save
var DrawerLayout = require('react-native-drawer-layout');
- Follow the DrawerLayoutAndroid docs -- the API is the same.