import {StatusBar} from 'react-native'; componentDidMount() { StatusBar.setBarStyle( 'light-content',true) StatusBar.setBackgroundColor("#0996AE") }