imnapo / react-native-cn-richtext-editor

Richtext editor for react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Text colors are treated as independent Styles - resulting in SPAN tag with multiple colors

bumpingChris opened this issue · comments

When selecting different text colors one after another (even without typing anything), CNTextInput treats each selection as a different Style. This leads to incorrect color behavior when changing from one color to another. Specifically, when changing back to a previously used color.

This library is deprecated Use react-native-cn-quill instead.