Is there a way to change the Android status bar color with React Native?

前端 未结 12 746
孤街浪徒
孤街浪徒 2021-02-03 19:34

I just got started with React Native for Android, and I\'m trying to figure out if there\'s a way to change the status bar color for Android...

Like this?

12条回答
  •  独厮守ぢ
    2021-02-03 20:19

    add color.xml in ..android/app/src/main/res/values and pate following code

    
    
        
        #3F51B5
    
        
        #A52D53
    
        
        #FF4081
    
    

    copy and pate following code in ..android/app/src/main/res/values/styles.xml

    
    

提交回复
热议问题