cobrowse-sdk-react-native
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "cobrowse-sdk-react-native", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Cobrowse SDK for React Native", | ||
@@ -5,0 +5,0 @@ "main": "./js/index.js", |
@@ -16,3 +16,3 @@ # CobrowseIO SDK - Remote Screenshare Service | ||
**Note:** For iOS you need to be using Pods to manage dependencies. If you're not using pods you'll need to manually add the Frameworks for CobrowseIO and SocketIO. | ||
**Note:** For iOS you need to be using Pods to manage dependencies for `react-native link` to work out of the box. If you're not using pods you'll need to manually add the Frameworks for CobrowseIO, SocketIO (and it's dependencies) to your Xcode project. | ||
@@ -45,19 +45,12 @@ ## Usage from Javascript | ||
`CobrowseIO.loadSession(code, callback)` | ||
`CobrowseIO.currentSession(callback)` | ||
`CobrowseIO.activateSession(callback)` | ||
`CobrowseIO.endSession(callback)` | ||
`CobrowseIO.addListener(event, callback)` | ||
### Properties | ||
@@ -67,3 +60,2 @@ | ||
### Constants | ||
@@ -70,0 +62,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66176
80