在使用RN开发中,TextInput 组件使用,iOS 没有下划线 而安卓有下划线 ,特此需要设置
<@H_502_5@View @H_502_5@style @H_502_5@=@H_502_5@{ETTLogStyles.log_input_top@H_502_5@}>@H_502_5@
<@H_502_5@TextInput @H_502_5@style @H_502_5@=@H_502_5@{this@H_502_5@.inputStyle@H_502_5@()} @H_502_5@placeholder@H_502_5@=@H_502_5@{this@H_502_5@.placeholder@H_502_5@() }>@H_502_5@
</@H_502_5@TextInput@H_502_5@>@H_502_5@
{this@H_502_5@.rightView@H_502_5@()}
</@H_502_5@View@H_502_5@>@H_502_5@
<@H_502_5@View @H_502_5@style @H_502_5@=@H_502_5@{ETTLogStyles.log_input_top@H_502_5@}>@H_502_5@
<@H_502_5@TextInput @H_502_5@style @H_502_5@=@H_502_5@{this@H_502_5@.inputStyle@H_502_5@()} @H_502_5@placeholder@H_502_5@=@H_502_5@{this@H_502_5@.placeholder@H_502_5@() } @H_502_5@underlineColorAndroid@H_502_5@='transparent'@H_502_5@>@H_502_5@
</@H_502_5@TextInput@H_502_5@>@H_502_5@
{this@H_502_5@.rightView@H_502_5@()}
</@H_502_5@View@H_502_5@>@H_502_5@