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

Lightweight React Native (JavaScript, H5) rich text editor

Results 182 react-native-rich-editor issues
Sort by recently updated
recently updated
newest added

I have tried quit a bit of different approaches to styling to give the RichEditor a flex height. I would like it to fill its container entirely and then scroll...

I found a problem while loading a local image on iOS. I use the 'file:///' pattern but I get the following log on Safari Inspector Web: 'Not allowed to load...

## Summary Hello everyone, I have the following scenario: When the user click outside of the editor the input need to be unfocused, when the user click inside of the...

I was implementing `@mention` feature. I could show the user list when the user types `@` but couldn't find a solution to append the user to the current cursor position....

Hi, is there a way to have `div`-free html content produced by the editor? All other tags are meaningful and indicate a specific feature, but `div`s aren't, except for newlines...

Hello team, In my application i need bullet options with different way like circle, square, roman, lower alpha, lower greek below image so is there a way to give such...

Hi, I have a weird issue with the editor. I load the component, it appears but doesn't load the webview. If I save the code it refreshes and the editor...

![image](https://user-images.githubusercontent.com/55250734/135703682-a353e40d-826b-4c1c-9359-0391834ea68f.png)

Hello everyone! I want to implement a message creating as for example in slack or telegram. So ithe initial state is something like this: ![image](https://user-images.githubusercontent.com/95618907/145416165-3cef04af-f716-4063-a9fe-cf9815d30065.png) And when text reaches some...