2.0.0 • Published 4 years ago

react-native-webview-quilljs v2.0.0

Weekly downloads
21
License
ISC
Repository
github
Last release
4 years ago

React Native Webview Quilljs

Quill.js editor and viewer components with no native code for React Native apps.

npm npm npm npm

Image

Try it in Expo

QR Code

Link to Expo Project Page

Installation

npm install --save react-native-webview-quilljs

or

yarn add react-native-webview-quilljs

and then

import {WebViewQuillEditor, WebViewQuillViewer} from 'react-native-webview-quilljs'

Usage

This package can be used to create both an editor and a viewer

Creating a Quill.js editor with the standard toolbar:

 <WebViewQuillEditor
            ref={component => (this.webViewQuillEditor = component)}
            getDeltaCallback={this.getDeltaCallback}
            contentToDisplay={contentToDisplay}
            onLoad={this.onLoadCallback}
          />

This component accepts the following props:

  • ref
  • getDeltaCallback
  • contentToDisplay
NameRequiredDescription
refyesA reference to the editor componment to be used to retrieve its contents using this.webViewQuillEditor.getDelta();
getDeltaCallbackyesFunction called in response to a call to this.webViewQuillEditor.getDelta(). It will receive a Delta object containing the contents of editor
contentToDisplaynoA Delta object that will be displayed by the editor when it mounts
onLoadnoA function called when the Editor finishes loading

Creating a Delta viewer that can display content created with Quill.js:

<WebViewQuillViewer
            ref={component => (this.webViewQuillViewer = component)}
            contentToDisplay={this.state.messageDelta}
            onLoad={this.onLoadCallback}
          />

This component accepts the following props:

  • ref
  • contentToDisplay
NameRequiredDescription
refyesA reference to the editor componment to be used to update its contents using this.webViewQuillViewer.sendContentToViewer(delta);
contentToDisplaynoA Delta object that will be displayed by the viewer when it mounts
onLoadnoA function called when the Editor finishes loading

LICENSE

MIT

2.0.0

4 years ago

2.0.0-beta.2

4 years ago

2.0.0-beta.1

4 years ago

1.0.0

4 years ago

1.0.0-beta.0

4 years ago

1.0.0-beta.1

4 years ago

0.8.41

5 years ago

0.8.40

5 years ago

0.8.39

5 years ago

0.8.38

5 years ago

0.8.37

6 years ago

0.8.36

6 years ago

0.8.35

6 years ago

0.8.34

6 years ago

0.8.33

6 years ago

0.8.32

6 years ago

0.8.25

6 years ago

0.8.24

6 years ago

0.8.23

6 years ago

0.8.22

6 years ago

0.8.21

6 years ago

0.8.2

6 years ago

0.8.1

6 years ago

0.7.11

6 years ago

0.6.10

6 years ago

0.6.9

6 years ago

0.6.8

6 years ago

0.6.7

6 years ago

0.6.6

6 years ago

0.6.18

6 years ago

0.6.17

6 years ago

0.6.16

6 years ago

0.6.15

6 years ago

0.6.14

6 years ago

0.6.13

6 years ago

0.6.12

6 years ago

0.6.11

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.9

6 years ago

0.5.8

6 years ago

0.5.7

6 years ago

0.5.6

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.3.22

6 years ago

0.3.21

6 years ago

0.3.20

6 years ago

0.3.19

6 years ago

0.3.18

6 years ago

0.3.17

6 years ago

0.3.16

6 years ago

0.3.15

6 years ago

0.3.13

6 years ago

0.3.11

6 years ago

0.3.12

6 years ago

0.3.10

6 years ago

0.3.9

6 years ago

0.3.8

6 years ago

0.3.7

6 years ago

0.3.5

6 years ago

0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.1.45

6 years ago

0.1.44

6 years ago

0.1.43

6 years ago

0.1.42

6 years ago

0.1.41

6 years ago

0.1.40

6 years ago

0.1.39

6 years ago

0.1.38

6 years ago

0.1.37

6 years ago

0.1.36

6 years ago

0.1.3

6 years ago

0.1.34

6 years ago

0.1.258

6 years ago

0.1.257

6 years ago

0.1.256

6 years ago

0.1.255

6 years ago

0.1.254

6 years ago

0.1.253

6 years ago

0.1.252

6 years ago

0.1.251

6 years ago

0.1.250

6 years ago

0.1.249

6 years ago

0.1.248

6 years ago

0.1.247

6 years ago

0.1.246

6 years ago

0.1.244

6 years ago

0.1.243

6 years ago

0.1.242

6 years ago

0.1.241

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.21

6 years ago

0.1.20

6 years ago

0.1.12

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.111

7 years ago

0.0.11

7 years ago

0.0.1

7 years ago