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 was having issues with this with composing emails and patching the repo with this fixed it. This could be flipped to false as default if there's a concern about...

On Android I was having issues using lists, where deleting all text from the `content` and then typing was causing `paragraphStatus` to be permanently stuck at 1. This made the...

Copy pasting link in android devices are not automatically highlighted.. Is there a way the same

hello, when insert iframe html, it opens in the broser instead of the iframe for instance this ` `

While testing our application in the Appium automation tool, we encountered a problem when adding a testID to the RichTextEditor component. If there's any value in the initialContentHTML props, the...

## Summary It would be great if this plugin allows toolbar actions to be grouped into a dropdown. This will allow devs to create compact toolbars when a lot of...

![image](https://github.com/wxik/react-native-rich-editor/assets/46306108/40159dac-d30a-4c37-8870-dafcc3bf76ce) Paste: LOG {"data": {"data": null, "inputType": "insertFromPaste"}, "type": "ON_INPUT"}

/** * The start and end of the text input's selection. Set start and end to * the same value to position the cursor. */ selection?: {start: number; end?: number...

For the first time in my life, i will write a bad review for a plugin because this plugin is a completely worst.. The keyboard doesnt close, you can't set...

Is there a way to convert the text into links as you are typing for example if I wrote https://local.com it should convert it to link on spot, same goes...