Answers for "react native paper status bar color"

0

react native paper status bar color

import {StatusBar} from 'react-native';

componentDidMount() {
  StatusBar.setBarStyle( 'light-content',true)
  StatusBar.setBackgroundColor("#0996AE")
}
Posted by: Guest on March-08-2022

Code answers related to "react native paper status bar color"

Code answers related to "Javascript"

Browse Popular Code Answers by Language