RN-TextInput组件去掉下划线

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

  

posted @ 2018-06-27 10:52  柠檬可乐  阅读(215)  评论(0编辑  收藏  举报