interactive whiteboard for react-native
npm install @netless/react-native-whiteboardinteractive whiteboard for react-native


``sh`
$ npm install --save react-native-webview
$ npm install --save @netless/react-native-whiteboard
From react-native 0.60 autolinking will take care of the link step but don't forget to run pod install
`ts
import { WhiteboardView } from '@netless/react-native-whiteboard';
appIdentifier: 'some-appIdentifier'
}}
roomConfig={{
uid: 'some-uid',
uuid: 'some-uuid',
roomToken: 'some-token'
}}
/>
``
For more api details, can see typedoc here
Suggest to submit pr or issue.
MIT