ilansas / react-native-navigation-drawer

A slide menu inspired from Android for React-Native
98 stars 26 forks source link

open on button press #11

Closed IlyasM closed 9 years ago

IlyasM commented 9 years ago

how to open slide menu on button press

ilansas commented 9 years ago

Sorry, forgot to put that in the docs. You should use this.refs.{your_ref_menu}.toggleSlideMenu here is the method: https://github.com/ilansas/react-native-navigation-drawer/blob/master/index.js#L113