Is there a single place in the react native iOS native code that I could modify to set iOS statusbar backgroundColor? RCTRootView.m ?
The react native StatusBar comp
render() { let { email, password, isLoading } = this.state return ( ) }