react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

React Native rich text editor based on ZSSRichTextEditor

Results 102 react-native-zss-rich-text-editor issues
Sort by recently updated
recently updated
newest added

I am not able to set html string dynamically example receive data from api following example string , it show error '[xmldom warning]\tunclosed xml attribute', '\n@#[line:1,col:376]' '[xmldom warning]\tunclosed xml attribute',...

Allways that i want to insert a link in the selected text, is not showing nothing after the popups out, i just alert the htmlContent from the richtext and there...

Fixes #14 as of react native [0.42.0](https://github.com/facebook/react-native/releases/tag/v0.42.3).

Does this lib support the **mention** feature? For example, when I type _**@**_ symbol, it should suggest to me, predefined array members.

The rich text toolbar hide behind keyboard when keyboard is show. When i focus on the content/title text input to edit the content, the keyboard is appear but its hide...

how to setBold? i try set bold not work

[removeClippedSubviews](https://facebook.github.io/react-native/docs/view#removeclippedsubviews) was enabled by default. It's useful for huge lists, with a lot of hidden items (not relevant in this library). In some situations, with this option the list items...

If I put the RichTextEditor into scrollview without height, there is no editor be shown. Is any possible to make editor height automatically base on content? My code snip: ```...

hey,if I want to hide the keyboard when the input box is active and I try to use Keyboard.dismiss() method but it isn't any effect.so I want to know how...

Hi! After inserting the image, I’d like to focus the back the text to where it was before. I tried to use both `focusContent` and `restorerange` methods, after inserting the...