24jieqi / react-native-xiaoshu

🌈 React Native UI library
https://24jieqi.github.io/react-native-xiaoshu
Apache License 2.0
187 stars 21 forks source link

PasswordInput 和 TextInput 加背景色后组件容器背景色不对 #28

Closed jiaoxiaoyuan closed 1 year ago

jiaoxiaoyuan commented 1 year ago

image image tabs组件的分割线颜色是否可以自定义颜色? image

onlyling commented 1 year ago

TextInput、PasswordInput 添加 bodered 属性后布局(嵌套层级)有比较大的变化,通过 fixGroupStyle 修改背景色。 具体元素层级参考文档 元素结构

onlyling commented 1 year ago

Tabs 已添加 dividerColor 属性自定义分割线颜色。