wxik
wxik
@tomgiam `disabled ` disabled just disable the editing function, if you are not satisfied with the style You can use the custom props `editorStyle = {cssText: 'img{ width: '100%'}'}` to...
 This feature can be added in the next minor version `1.8.8`
The `onKeyUp` event cannot be used in Android, I added `onInput` to solve the function that needs to be implemented
Refer to the example in the example, whether you have the same problem locally.
[androidHardwareAccelerationDisabled](https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#androidHardwareAccelerationDisabled) is an attribute of webview, just pass in directly
Android path is file://..... It seems that iOS does not need to bring file://
hideKeyboardAccessoryView is a configuration that can be overridden
https://github.com/wxik/react-native-rich-editor/issues/101#issuecomment-729784854
`strikeThrough` and `underline` conflict, I try my best。
@cristianoccazinsp I don't have a good idea about this problem for the time being. If I can solve it and submit a PR, thank you very much.