wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

how does customCSS work? #186

Closed cjm771 closed 4 years ago

cjm771 commented 4 years ago

All I would like to do is set the editor to be a dark mode theme (backgroundColor: black, color: white). i cant get it work with normal css / object style / etc syntaxes..how is this done? thanks!

cjm771 commented 4 years ago

figured it out although, cant figure out how to change the richTextEditor.setTextColor('#ff0000') component.