Monday, 22 May 2017

Sidebar menu in React Native with react-navigation

I am using react-navigation in React Native and I want to create a sidebar menu which opens as an overlay that comes from left to the right and fills up around 80-90% of the width.

Without react-navigation, this is possible with packages such as react-native-side-bar, but I am wondering if I can get the exact same feature with DrawerNavigator.

But it seems DrawerNavigator has menu buttons. Isn't it possible to configure the overlay myself?



via Jamgreen

No comments:

Post a Comment