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

Just an update of TypeScript definition file I am trying to build a custom toolbar so I need to use `sendAction` (as RichToolbar does)

On iOS, if your html is empty and you call `insertImage`, it does nothing but adding an empty tag. With this PR, we add an artificial break line after the...

Throwing an error that can't be handled was not a great idea. This PR logs the error instead (only in dev), and attempts to recover.

how to apply maxLength

@stulip I have been trying to add a custom font family to editor html: I added **jf-flat-regular-webfont.woff,** **jf-flat-regular-webfont.woff2** files parallel to the editor file. ![image](https://user-images.githubusercontent.com/25747649/89035199-2a63fc80-d358-11ea-90ba-7e6d614cdf15.png) then i added the custom...

The cursor/caret when set to initialFocus is on the end by default. How to set it at the start automatically?

Issue https://github.com/wxik/react-native-rich-editor/issues/187

Does anyone has this error/warning in IOS? It looks to me that this error comes from dependency package `react-native-webview`. I am not using webview for any screens except as a...

Hi team refer my video when i open keybaord for textEdior at that time keyboard is overlap my Editor . Editor should go up when i focus that and keyboard...