react-native如何去掉TextInput下划线

xiaoxiao2025-08-29  16

   描述在andriod下,TextInput UI组件默认有个下划线,需要设置underlineColorAndroid='transparent'

 

<TextInput style={styles.input} underlineColorAndroid='transparent'></TextInput>

 

转载请注明原文地址: https://www.6miu.com/read-5035396.html

最新回复(0)