Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cobrowse-sdk-react-native

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cobrowse-sdk-react-native - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "cobrowse-sdk-react-native",
"version": "0.0.7",
"version": "0.0.8",
"description": "Cobrowse SDK for React Native",

@@ -5,0 +5,0 @@ "main": "./js/index.js",

@@ -80,1 +80,16 @@ # CobrowseIO SDK - Remote Screenshare Service

* iOS 9.0, Android API 21 or above.
## Troubleshooting
**Issue: Could not find any matches for io.cobrowse:cobrowse-sdk-android:0.+ as no versions of io.cobrowse:cobrowse-sdk-android are available.**
Cobrowse uses a maven distribution on Android. Add these lines to your Project gradle.build file:
**In your project build.gradle**
Esnure that JCenter is added to your list of repositories:
```gradle
repositories {
jcenter()
}
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc