React Native android TextInput 清除下划线之后再让内容居中

BUG

清除下划线

添加属性 underlineColorAndroid值为'tansparent'

 
清除下划线

文字居中

添加样式paddingTop和paddingBottom值为0

 
文字居中

你可能感兴趣的:(React Native android TextInput 清除下划线之后再让内容居中)