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);
  }}
/>

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i react-native-ckeditor

      Weekly Downloads

      18

      Version

      1.0.2

      License

      ISC

      Unpacked Size

      2.17 MB

      Total Files

      175

      Last publish

      Collaborators

      • vitalyliber