Kureev / react-native-side-menu

Side menu component for React Native
MIT License
2.21k stars 434 forks source link

Navigation #358

Open MuhammadZubair210 opened 6 years ago

MuhammadZubair210 commented 6 years ago

How to use navigation in side menu?

Gamma-Ko commented 6 years ago

I am new to react-native and have the same question as you. I tried added in the function menu something like : onPress={() => navigation.navigate('Setting')} It can direct to the page but does't close the menu. I am still trying. can someone help? Many thanks in advance.