expo / ex-navigation

Route-centric navigation for React Native
997 stars 201 forks source link

How can I change the icon of the drawer button in the navigation bar ? #139

Open aessig opened 8 years ago

aessig commented 8 years ago

Hello, Is it possible to change the icon of the navigation sidebar, or to make a custom navigation bar with the drawerToggle function ? How should it be done ? Cheers

knowbody commented 8 years ago

Have a look at the DrawerNavigation example, it has everything you need: https://github.com/exponentjs/ex-navigation/blob/master/example/components/DrawerNavigationExample.js

You can also check the example up an running here: https://getexponent.com/@community/ex-navigation-example

h-marvin commented 7 years ago

I'm pretty sure the question @aessig had is not covered by this example. I understand that he wants to change the "burger" icon of the menu itself and not the icon of a menu entry.

Any recommendations for this?