react native 状态栏的修改

StatusBar的修改

constructor(props) {
   super(props);
   this.state = {
        MainColor: '#0072E3',
   };
}


 {/*状态栏*/}
 

效果:


11.png

你可能感兴趣的:(react native 状态栏的修改)