@netless/react-native-whiteboard
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

@netless/react-native-whiteboard

interactive whiteboard for react-native

TSC pages-build-deployment

Installation

1. Add dependencies

$ npm install --save react-native-webview
$ npm install --save @netless/react-native-whiteboard

2. Link native dependencies

From react-native 0.60 autolinking will take care of the link step but don't forget to run pod install

Usage

import { WhiteboardView } from '@netless/react-native-whiteboard';

<WhiteboardView 
    sdkConfig={{
        appIdentifier: 'some-appIdentifier'
    }}
    roomConfig={{
        uid: 'some-uid', 
        uuid: 'some-uuid', 
        roomToken: 'some-token'
    }}
/>

For more api details, can see typedoc here

Contributing

Suggest to submit pr or issue.

License

MIT

Package Sidebar

Install

npm i @netless/react-native-whiteboard

Weekly Downloads

112

Version

0.0.14

License

MIT

Unpacked Size

14.7 MB

Total Files

148

Last publish

Collaborators

  • hqer
  • vince-hz
  • hyrious
  • huaguzheng