react-native自定义TextInput光标颜色

<TextInput
    defaultValue="Highlight Color is red"
    selectionColor={'red'}
    style={styles.singleLine}
 />

 

posted @ 2018-10-19 17:30  吉喆吉  阅读(3230)  评论(0编辑  收藏  举报