React Native - Sidebar ========================= Install -------------- ``npm install --save react-native-drawer`` Code ---------- https://github.com/root-two/react-native-drawer .. code-block:: javascript import React, { Component } from 'react'; import { AppRegistry, StyleSheet, Text, View, Button } from 'react-native'; import Drawer from 'react-native-drawer' class ControlPanel extends Component { render() { return ( Hi