react-native自定義TextInput光標顏色

<TextInput
    defaultValue="Highlight Color is red"
    selectionColor={'red'}
    style={styles.singleLine}
 />
相關文章
相關標籤/搜索