imnapo / react-native-cn-richtext-editor

Richtext editor for react native
MIT License
218 stars 114 forks source link

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

Closed bumpingChris closed 3 years ago

bumpingChris commented 3 years ago

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.

imnapo commented 3 years ago

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