A fully functional Rich Text Editor for both Android and iOS, based off the ZSSRichTextEditor project. Installation npm i --save react-native-zss-rich-text-editor On Android, add the following to the end of your android/app/build.gradle project.afterEvaluate { apply from: '../../node_mo...
project.afterEvaluate { apply from: '../../node_modules/react-native-zss-rich-text-editor/htmlCopy.gradle'; copyEditorHtmlToAppAssets(file('../../node_modules/react-native-zss-rich-text-editor')) } Also, follow instructions here to add the native react-native-webview-bridge-updated depend...
project.afterEvaluate { apply from: '../../node_modules/react-native-zss-rich-text-editor/htmlCopy.gradle'; copyEditorHtmlToAppAssets(file('../../node_modules/react-native-zss-rich-text-editor')) } Also, follow instructions here to add the native react-native-webview-bridge dependency. ...
1、npm i --save react-native-zss-rich-text-editor 2、安装README.md说明: 修改安卓项目下的android/app/build.gradle文件: project.afterEvaluate{applyfrom:'../../node_modules/react-native-zss-rich-text-editor/htmlCopy.gradle';copyEditorHtmlToAppAssets(file('../../node_modules/react-native-zss...
0nlyoung7 / react-native-zss-rich-text-editor Aaln1986 / react-native-zss-rich-text-editor aayushanand99 / react-native-zss-rich-text-editor adisbanda / react-native-zss-rich-text-editor adityaprasetio / react-native-zss-rich-text-editor Admire-9 / react-native-zss-rich-text-edit...
react-native-zss-rich-text-editorexports two Components and one const dictionary: RichTextEditor The editor component. Simply place this component in your view hierarchy to receive a fully functional Rich text Editor. RichTextEditortakes the following optional props: ...