现象
描述在andriod下,TextInput UI组件默认有个下划线,需要设置underlineColorAndroid='transparent'
<
TextInput
style=
{
styles.
input
}
underlineColorAndroid=
'transparent'
></
TextInput
>
修改之后:
现象
描述在andriod下,TextInput UI组件默认有个下划线,需要设置underlineColorAndroid='transparent'
修改之后: