react-native-ckeditor

1.0.2 • Public • Published

react-native-ckeditor

React Native CKEditor component with no native code for React Native apps built using WebView

Installation

yarn add react-native-ckeditor

or

npm install --save react-native-ckeditor

and then

import CKEditor from 'react-native-ckeditor';

Usage

Creating a CKEditor.js editor:

<CKEditor
  content={values.description}
  onChange={value => {
    setFieldValue('description', value);
  }}
/>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    21
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    21
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i react-native-ckeditor

Weekly Downloads

21

Version

1.0.2

License

ISC

Unpacked Size

2.17 MB

Total Files

175

Last publish

Collaborators

  • vitalyliber