sunlight3d / react_native_v0.49

244 stars 318 forks source link

Navigation Drawer not opening #4

Open TheAlgo opened 6 years ago

TheAlgo commented 6 years ago

Navigation drawer is not opening on being clicked with this code in android it is only getting highlighted

akwebengineer26 commented 5 years ago

because in react-navigation version 2.X Drawer Open with the Code. this.props.navigation.navigate('DrawerOpen') and In version 3.X Drawer Open with the Code. this.props.navigation.openDrawer()