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 219 react-native-rich-editor issues
Sort by recently updated
recently updated
newest added

When the RichTextEditor component is used and then hidden or removed, dismissing the keyboard or blurring the editor automatically moves focus to the next input field in the view hierarchy....

This PR removes the redundant line that inserts a `` after each image (issue related #414) : `exec('insertHTML', "");` - Every image inserted is wrapped automatically in a `` block....

When inserting an image, there is an extra `` inserted after the image due to this line: `exec('insertHTML', "");` **This causes:** - Difficulty in placing images side by side. -...

This PR addresses a cursor placement issue in checkbox lists - Previously, `setCollapse()` was called on the `` node. This works correctly in Chrome, Safari, and all mobile WebViews, but...

Hi everyone 👋, I faced the same auto-scroll issue on Android when typing inside react-native-pell-rich-editor. After debugging step by step, I found a fix that makes the editor stable and...

# Inconsistencies when using [actions.foreColor] with transparency I've been investigating the behavior of the `foreColor` action in Pell when applying colors with transparency (alpha < 1), and observed several important...

I'm having the following error after updating from `v1.9.0` to `v1.10.0`: `Error: Invariant Violation: ScrollView child layout (["alignItems","justifyContent"]) must be applied through the contentContainerStyle prop` This error is happening because...

Resolution for https://github.com/wxik/react-native-rich-editor/issues/408 I'm proposing this PR to add a new prop to `RichToolbar` named `flatStyle`, which will be used as the `FlatList` style. Currently, the use of the `flatContainerStyle`...

Resolution for #217 This PR changes that baseUrl is taken from props. This allows access to local files in case the baseUrl is set to "file://"