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

How can i handle RichToolbar component typescript when adding new actions? The following is my custom component, typescript don't accept `hideContent` props, since it was not declared. ```javascript ( ),...

Fixes #238 If the user wants the editor to autofocus, they can just provide `initialFocus={true}`. Side note - I think there is a separate bug with `initialFocus={true}`. When I tested...

FYI, for all who want to set separate fonts on the editor, u can do that by providing the font name to ` richEditorRef.current?.setFontName('Caveat');` Make sure to supply fonts to...

I am developing a custom toolbar where use can select text color, font size, and background color and see currently selected value Currently the editor does not send back these...

It doesn't show up when I've selected an image. it prompts me 'Not allowed to load local resource: file:///Users/xxxxxx/Library/Developer/CoreSimulator/Devices/xxxxxx/data/Containers/Data/Application/xxxxx/tmp/xxx.jpg'. This is my code: ``` const selectImage = async () =>...

How can I get the selected text in the editor? I checed the code, it call `document.getSelection()`, how can I get it manually.

Add InjectJavascript method to get some data from WebView

Is there a way to set up the configuration to convert tags to how we would like it to be? ie. b to strong? Other then modifying it with the...