Skip to content

SolidStateGroup/react-native-ckeditor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.7%
  • CSS 29.7%
  • JavaScript 5.8%
  • PHP 0.8%