gxsshallot / react-native-pure-navigation-bar

A fully customizable navigation bar in React Native.
MIT License
96 stars 19 forks source link

怎么改变导航背景颜色 标题文字颜色 设置style 不生效 #3

Closed ghost closed 6 years ago

gxsshallot commented 6 years ago

设置style属性,例如改变导航背景色:

style={{
    safeView: {
        backgroundColor: 'red',
    },
}}

这里的safeView之类的key参照src/style.js,里面的key都是可以设置,来修改相应的区域。

工程说明中有key与区域的一一对应关系~

ghost commented 6 years ago

谢谢

wi100sh commented 4 years ago

有效果,谢谢!