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

Hi, all external links are opening within the app. I want to open in new window. When I tried to override originWhitelist={['*']} with originWhitelist={['about:blank']} by passing as prop then its...

Steps to reproduce 1. Whenever we open the screen 2. The keyboard automatically open 3. We need to disable the keyboard on initial open. 4. We set initialFocus = {false}...

On iOS, if you input Chinese and make the text bold, when you cancel the bold and continue to input Chinese, it will continue to default bold, other things like...

Hi I'm trying to use onCursorPosition but the offsetY property given is the value from previous onCursorPosition call, expect first call. Steps to reproduce: 1. For this example, add 3...

The default copy paste popover overlay the toolbar after selecting the content as you can see the below screenshot. **Android does not include BIU option with popover.** How to overcome...

Pinch zoom is possible by adding meta tag to initialContentHtml. By the way, in ios, the zoom direction is fixed at the top left. android is fine. how can i...

I need to clear the content input each time I make a petition, in that way I guess that the solution could be get the content, something that selectAll and...

React native expo app was crashing while entering a large text in editor in ios its working fine in android

I just upgraded to the new Expo SDK 51 and the editor is no longer working. ![Simulator Screenshot - iPhone 15 Pro Max - 2024-05-10 at 04 08 23](https://github.com/wxik/react-native-rich-editor/assets/45284758/c9bfc887-6aae-4385-af14-227f226100b3)

**Android :** Unable to scroll the content inside the editor **iOS :** Working Fine **I use following versions :** "react": "18.2.0", "react-native": "0.73.2", "react-native-pell-rich-editor": "1.8.8", **Description:** When using the editor...