cobrowse-sdk-react-native
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"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() | ||
} | ||
``` | ||
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
77891
95