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

cron - how to properly run Python script with crontab on every system startup -

elasticsearch - Is the order of operations guaranteed in a bulk update? -

Slow performance first queries on SQL Azure -