how to make right button of react native drawer? -
i made right menu using react-native-drawer. can't move left button right side marked in above picture. there way it?
assuming you're using nav bar built react-native-router-flux can write own custom navbar. can reference their navigation component if need in doing so. give control put hamburger icon on right. component navbar reference @ follows when define router.
<router navbar={navbar} ... />
Comments
Post a Comment