RN-TextInput组件去掉下划线

<View style={styles.container}>
        <TextInput style={styles.textInputStyle}
         underlineColorAndroid='transparent' //设置下划线背景色透明 达到去掉下划线的效果
         defaultValue='Hello World'
        />
</View>

  

猜你喜欢

转载自www.cnblogs.com/keleyz/p/9232835.html