-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
navigationBarStyle or navTransparent and also navigationBarStyle={[STYLES.navBar]} is not working while trying to make the custom navigation bar transparent #2132
Comments
Probably issue with react-navigation. Please check pure react-navigation examples and try to make transparent navbar there. If you are able to do it then send me the link. |
Here's something that I found : https://github.com/react-community/react-navigation/issues/312 |
Yes, I used this for |
But I didn't tried for custom nav bar. |
yes navTransparent worked well for me in default navigation bar but it didnt work in custom nav bar |
Then you must check pure react-navigation first. It has navigationOptions.header option for custom navbar (header). |
here are the few links that I found referring react-navigation @aksonov https://reactnavigation.org/docs/navigators/tab#tabBarVisible |
|
@aksonov What I observed is that when I change it to any other color the background of the navigation bar is changing but when we are trying to make it transparent it changes into white why is it so? for making it transparent I tried these : |
Could you try pure react-navigation? If it has this issue, it is react-navigation bug, create ticket there. |
@aksonov will this help in making the navBar transparent |
@adarshTS It is unknown when it will be done for v4. |
Have you looked at react-navigation/react-navigation#716 ? |
Version
-react-native-router-flux-nav-bar v1.1.0
Expected behaviour
transparent navigationbar background
Actual behaviour
white color background in the navigation bar
The text was updated successfully, but these errors were encountered: