imnapo / react-native-cn-richtext-editor

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

color or backgrondColor #77

Closed srhtylmz19 closed 5 years ago

srhtylmz19 commented 5 years ago

can anyone gimme an example how to entegrate setTextColor or backgroundColor please

imnapo commented 5 years ago

You may set color and background color as below:

<CNRichTextEditor                                          
    style={{backgroundColor: 'gray'}}                   
     foreColor='white' // optional (will override default fore-color)                           
  />