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
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cobrowse-sdk-react-native

Cobrowse SDK for React Native

  • 2.11.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Cobrowse.io - React Native SDK

Cobrowse.io is 100% free and easy to try out in your own apps. Please see full documentation at https://docs.cobrowse.io.

Try our online demo at the bottom of our homepage at https://cobrowse.io/#tryit.

Installation

npm install --save cobrowse-sdk-react-native
react-native link

Note: For iOS you need to be using Pods to manage dependencies for react-native link to work out of the box (and also remember to run pod install after the link step).

Add your License Key

Please register an account and generate your free License Key at https://cobrowse.io/dashboard/settings.

This will associate sessions from your mobile app with your Cobrowse account.

import CobrowseIO from 'cobrowse-sdk-react-native';

CobrowseIO.license = "put your license key here";
CobrowseIO.start();

Try it out

Once you have your app running in the iOS Simulator or on a physical device, navigate to https://cobrowse.io/dashboard to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!

Optional features

Identify your devices

Use 6-digit codes

Redact sensitive data

Customize the interface

Initiate sessions with push

Full device capabilities

Advanced features

Questions?

Any questions at all? Please email us directly at hello@cobrowse.io.

Requirements

  • iOS 9.0 or later
  • Android API version 19 (4.4 KitKat) or later

Deployment

This SDK is only available via NPM. To deploy a new version:

npm publish

Keywords

FAQs

Package last updated on 15 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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