react-native-rich-editor
react-native-rich-editor copied to clipboard
Lightweight React Native (JavaScript, H5) rich text editor
I was not able to figure out how can I get the font size, family and color of selected text or entire text
Please can this library be used with Expo?
Expect this to behave the same way as React Native's `TextInput` . Which has autoCapitalize set to "sentences" by default.
Links to issue [388](https://github.com/wxik/react-native-rich-editor/issues/338)
Hi, I tried to add borderRadius of input field using editorStyle but in the README file we have specific styles. Can't we add different css for input box ?
When I navigate to a page with the editor, the keyboard will sometimes come from the bottom of the screen as expected, but usually it comes in from the right...
Low-end phones, like iPhone 7 and iPhone 8 plus, are very clumsy. It gets faster when I remove the onchange property, but how can I solve it when I have...
Is there a way to enable some kind of AutoCorrect props on the rich text editor ? Similar to what exists on react-native's [TextInput](https://reactnative.dev/docs/textinput#autocorrect)?
I attempted to include this CSS code to prevent text from being selectable and to disable placement inside an element, but my efforts were unsuccessful. How can I achieve this...