react-native-navbar
react-native-navbar copied to clipboard
How can i set the navBar Translucent, but the leftButton / rightButton shown
like this

you can set Navbar's tintColor='transparent' to reach this purpose.
e.g:
<Navbar
statusBar={{style: 'light-content'}}
tintColor={'transparent'}