react-native-sidemenu
react-native-sidemenu copied to clipboard
Why not use createDrawerNavigator ?
First, thanks for this demo projet, helped me out quite a bit 👍
React navigation offers a built in side menu using createDrawerNavigator. It uses DrawerLayout under the hood. Was wondering if you have tried it out, and if your implementation has any benefits over it?
@ThunderDev1 Not Sure about the usage. Have You used createStackNavigation and createDrawerNavigator together in single app with redux ?