React Native
React Native SDK
Installation
npm install --save cobrowse-sdk-react-native
(cd ios && pod install)Add your License Key
import CobrowseIO from 'cobrowse-sdk-react-native';
CobrowseIO.license = "put your license key here";
CobrowseIO.start();Try it out
Requirements
Last updated