https://github.com/opengeekslab/rich-text-editor
https://github.com/opengeekslab/rich-text-editor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/opengeekslab/rich-text-editor
- Owner: openGeeksLab
- License: other
- Created: 2017-06-06T14:35:02.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T07:50:58.000Z (about 9 years ago)
- Last Synced: 2025-02-26T22:28:13.436Z (over 1 year ago)
- Language: HTML
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
##