Closed IlyasM closed 9 years ago
how to open slide menu on button press
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
this.refs.{your_ref_menu}.toggleSlideMenu
how to open slide menu on button press