how to make right button of react native drawer? -


enter image description here

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

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

mapreduce - Resource manager does not transit to active state from standby -

serialization - Convert Any type in scala to Array[Byte] and back -