0.0.2 • Published 2 years ago

@netless/react-native-fastboard v0.0.2

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

@netless/react-native-fastboard

Interactive whiteboard with user interface

Installation

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

Usage

import { FastRoom } from '@netless/react-native-fastboard';

<FastRoom  
    sdkParams={{
        appIdentifier: "whiteboard-appid",
        region: "us-sv", // "cn-hz" | "us-sv" | "sg" | "in-mum" | "gb-lon"
    }}
    roomParams={{
        uid: "unique_id_for_each_client",
        uuid: "room-uuid",
        roomToken: "NETLESSROOM_...",
    }}
/>

Contributing

Suggest to submit pr or issue.

License

MIT


Made with create-react-native-library