header background colour is not changing in android
See original GitHub issue“react”: “16.2.0”, “react-native”: “0.53.0”, “react-navigation”: “^1.0.3”
Expected behaviour
<Header backgroundColor="#2196F3" androidStatusBarColor="#000000">
header colour change to this #2196F3 colour to its by default colour in android
Actual behaviour
when i press ctrl + s by hot loading header colour changes to this #2196F3 colour. but when i rebuilt my app by giving command react-native run-android header colour comes to its by default colour
Steps to reproduce (code snippet or screenshot)
Screenshot of emulator/device
Is the bug present in both ios and android or in any one of them?
i don’t know about ios but in android
Any other additional info which would help us debug the issue quicker.
i don’t know
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:9 (5 by maintainers)
Top Results From Across the Web
How to change the colour of a header bar - Stack Overflow
First you have to change in manifest where you have declared the activity . Change app theme style to noActionBar. Now ...
Read more >Set the header background color or image - Google Support
Change the color or image of the header. Go to the Design tab. Click Customize to expand the set of choices for customizing...
Read more >Change the theme and background color of your slides
You can use your mobile device to change the theme or background color of your PowerPoint slides. On your Android tablet or phone....
Read more >Change the header's background color in the Next Experience ...
The Next Experience UI not only brings a completely new and cool design, ... Change the header's background color in the Next Experience...
Read more >Change background colour of mobile nav menu | WordPress.org
1) Select Header · 2) Set the view to mobile on the bottom settings part · 3) Hover over the box on the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rizwan92 as a workaround, you can specify the color in style prop of header.
My bad the NativeBase is right I missed a small thing
I was importing Material.js and making changes in Platform.js file your Gif helped me to understand my mistake.