An open API service indexing awesome lists of open source software.

https://github.com/opengeekslab/rich-text-editor


https://github.com/opengeekslab/rich-text-editor

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

#Rich-Text-Editor

A fully functional Rich Text Editor for both Android and iOS, based off the [ZSSRichTextEditor](https://github.com/wix/react-native-zss-rich-text-editor) project.

##Installation

Install module:
`npm i --save https://gregory.galushka@gitlab.intecracy.com/LabArchives/rich-text-editor.git`
`react-native link rich-text-editor`

Check your package.json and install if missed:
1) react-native-image-picker
`npm i --save react-native-image-picker@0.26.3`
`react-native link react-native-image-picker`
2) react-native-webview-bridge-update
`npm i --save react-native-webview-bridge-updated@1.0.0`
`react-native link react-native-webview-bridge-updated`

Check if not configured before:
https://github.com/react-community/react-native-image-picker
https://github.com/wix/react-native-webview-bridge

##Android bug

1. Each time after creating the bundles, delete the file `node_modules_reactnativezssrichtexteditor_src_editor.html` in the folder `project_folder/android/app/src/main/res/drawable-mdpi`
2. Build and run project
##