Is there any way to do this with the current React Native core on iOS?
Perhaps there is a single place to set this in the iOS native react code?
I too would like to see StatusBar backgroundColor support added to StatusBar. Currently only Android has it.
http://stackoverflow.com/questions/39297291/how-set-ios-statusbar-background-color-in-react-native
My goal is something like this:

@sscaff1 @esutton RN gives you full control over the screen in IOS by default. So you can put a
@facebook-github-bot stack-overflow
Thanks @ahmedlhanafy I see that now.
@jmurzy Thanks again for excellent cross-platform statusbar backgroundColor solution posted on Stack Overflow.
In case his solution may help others that come across this issue, see:
Most helpful comment
Perhaps there is a single place to set this in the iOS native react code?
I too would like to see StatusBar backgroundColor support added to StatusBar. Currently only Android has it.
http://stackoverflow.com/questions/39297291/how-set-ios-statusbar-background-color-in-react-native
My goal is something like this:
