I am trying out react native navigation(v2) for my app, and I can't get it to change the background color of my statusbar.
I am able to change the background color of my topBar
, but that doesn't affect the statusbar background color. In iOS statusbar color automatically takes the same color as the tintcolor given to the top bar, how do I replicate the same here?