diff --git a/DEPLOYMENT.md b/DEPLOYMENT.md new file mode 100644 index 0000000..5e568a7 --- /dev/null +++ b/DEPLOYMENT.md @@ -0,0 +1,7 @@ +## Deployment + +This SDK is only available via NPM. To deploy a new version: + +``` +npm publish +``` diff --git a/README.md b/README.md old mode 100755 new mode 100644 index e1b3234..7022d68 --- a/README.md +++ b/README.md @@ -1,30 +1,16 @@ # 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](https://docs.cobrowse.io). +Cobrowse.io is 100% free and easy to try out in your own apps. -Try our **online demo** at the bottom of our homepage at . +Register an account at [https://cobrowse.io/register](https://cobrowse.io/register). -## Installation - -```bash -npm install --save cobrowse-sdk-react-native -(cd ios && pod install) -``` -**Note:** For older versions of React Native, you may need to run `react-native link` before running `pod install`. - -### Add your License Key +Please see **full documentation** at [https://docs.cobrowse.io](https://docs.cobrowse.io). -Please register an account and generate your free License Key at . +Try our **online demo** at . -This will associate sessions from your mobile app with your Cobrowse account. - -```javascript -import CobrowseIO from 'cobrowse-sdk-react-native'; - -CobrowseIO.license = "put your license key here"; -CobrowseIO.start(); +## Installation -``` +See the [installation documentation](https://docs.cobrowse.io/sdk-installation/react-native) to get started. ## Try it out @@ -48,16 +34,3 @@ Once you have your app running in the iOS Simulator or on a physical device, nav ## Questions? Any questions at all? Please email us directly at [hello@cobrowse.io](mailto: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 -```