react-native-pell-rich-editor
Advanced tools
Changelog
1.1.0
Now you can add custom functions (insertHTML or insertText) and styles (cssText or contentCSSText) to the editor, of course, Toolbar has also been customized extension
contentCSSText
by editorStyle options of Custom content style (css text)cssText
by editorStyle options of Custom editor global css textinitialFocus
props to the editor initial request focusonHeightChange
props to the editor Callback after height changeinsertVideo
props to the editor insert videoinsertText
props to the editor insert textinsertHTML
props to the editor insert htmlChangelog
1.0.9-beta.0
showAndroidKeyboard
props on keyboard of android focusChangelog
1.0.8
onInsertLink
event to toolbar, replace built-in processinginsertLink
props to the editor to support customizationonChange
props to the editor to get datafocusContentEditor
Unable to get focus(android requires react-native-webview>=7.5.2
)insertImage
Cannot be executed without focusChangelog
1.0.7
editor
props substitute getEditor
function propseditorStyle
props styling for container or for Rich Editor more dark or light settingsChangelog
1.0.5
useContainer
props Wrap the editor webview inside a containerplaceholder
props Wrap the editor content placeholdercomponentWillReceiveProps
to getDerivedStateFromProps
props
site on hideKeyboardAccessoryView and keyboardDisplayRequiresUserAction endExamples
to RN 0.62.0 Webview 9.0.1componentWillMount