react-native-rich-editor
react-native-rich-editor copied to clipboard
Lightweight React Native (JavaScript, H5) rich text editor
The cursor goes below the keyboard, and it doesn't automatically scroll the wrapper `` so as to see the cursor. I tried copy & paste with the code in `examples/example.hooks.js`...
The rich editor works flawlessly on android. But is react-native-rich-editor supposed to work on web? If so, has anyone experienced this error? Here is the related stackoverflow issue: https://stackoverflow.com/q/73695675/9611924
If you add a rich editor component to your app and then open it with apple silicon mac, it will crash. However if you go to the "react-native-pell-rich-editor/src/RichEditor.js" file and...
I have a dropdown input on the same view as the rich text editor. 1. I select the rich text editor. The keyboard appears. 2. I tap the drowndown input,...
Once you focus on the `RichEditor` and the keyboard shows, I am unable to close it. You should be able to automatically close the keyboard by tapping outside of the...
You can't focus the `` (and show the keyboard) when the control is a child of a `` component: ```jsx console.log('Pressed outside the editor')}> ``` Here's a sample in Snack:...
As the title. I added some code to handle checkboxList