# OpenWeb SDK for React Native 🚀

This library provides an easy integration with OpenWebSDK into a React Native app.

## Requirements

* iOS 12 or later.
* Android 6.0 (API level 23) or later.
* Have a [OpenWeb](https://www.openweb.com) account.

## Getting started

### Add the SDK to your project

#### Using NPM
```
npm install --save @spot.im/react-native-spotim@1.12.0
```

#### Using Yarn
```
yarn add @spot.im/react-native-spotim@1.12.0
```

### Follow The Official Documentation

Please follow [the official OpenWeb React Native SDK documentation](https://developers.openweb.com/docs/rn-getting-started).

