0.1.1 • Published 4 years ago

react-native-quill-wrapper v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-native-quill-wrapper

React Native Quill Rich Text Editor Wrapper

Install

$ yarn add @bitchon/react-native-quill-wrapper

Usage

import Quill from '@bitchon/react-native-quill-wrapper'

const App = () => {
  const onChange = (html: string) => {
    console.log(html)
  }
  return <Quill style={{ height: 300 }} placeholder="请赋诗一首..." onChange={onChange} />
}
0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago