🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A cross-platform (iOS&Android), drawer component for React Native.

Others React Native

Documentation

react-native-pan-drawer

A cross-platform (iOS&Android), drawer component for React Native.


Demo



Install

npm install react-native-pan-drawer --save


Usage

import Drawer from 'react-native-pan-drawer'  <Drawer     backgroundView = {() => <BackgroundView />}     leftView = {() => <LeftView />}     rightView = {() => <RightView />}     ref = {ref => this.drawer = ref} />  this.drawer.open(); this.drawer.close(); this.drawer.toggle();

You May Also Like