imnapo / react-native-cn-richtext-editor

Richtext editor for react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there anyway to change placeholder color?

trinhvanminh2009 opened this issue · comments

<CNRichTextEditor
placeholder={'Write your email here...'}
ref={input => { this.editor = input }}
style={styles.editor}
styleList={customStyles}
placeholderColor = {Colors.redCharm}
value={value}
onSelectedStyleChanged={onSelectedStyleChanged}
onSelectedTagChanged={onSelectedTagChanged}
onValueChanged={onValueChanged}
/>

I'm using placeholderColor = {Colors.redCharm} , not work