akveo / kittenTricks

React Native starter kit with over 40 screens and modern Light and Dark theme for creating stunning cross-platform mobile applications.
https://akveo.github.io/react-native-ui-kitten/
MIT License
7.17k stars 986 forks source link

Change Status Bar Color of Splash Screen #303

Open heidtjoh opened 4 years ago

heidtjoh commented 4 years ago

Hi, is it possible to change the statusbar color of the splash screen (android)? I already tried the following things:

<React.Fragment> <StatusBar backgroundColor="black"/> {!loading && props.children(loadingResult)} {props.placeholder && props.placeholder({ loading })} </React.Fragment>