如何在React Native中的TextInput内更改焦点文本的下划线颜色?

时间:2020-05-01 15:11:19

标签: react-native react-native-textinput

Example of underline

我正在尝试关闭线路,或者至少使其透明。

我尝试过:

underlineColorAndroid="transparent"
style={{textDecorationLine: "none"}}
style={{textDecorationLine: "black"}} (my back ground is black),
spellCheck={false}
autoCorrect={false}

0 个答案:

没有答案
相关问题