in React-native, How to change the styles of NavigatorIOS

后端 未结 2 792
鱼传尺愫
鱼传尺愫 2021-02-19 23:14

in react-native,how to change the styles of NavigatorIOS,such as backgroundColor? thank you!

2条回答
  •  不知归路
    2021-02-19 23:52

    As far as I know, you can only change the following properties:

    • barTintColor: The color of the background of the bar.
    • titleTextColor: The color of the font.
    • tintColor: The color of the buttons.
    
    

提交回复
热议问题