Getting started
Learn how to add the OpenWeb SDK to your React-Native app.
If you have a React-Native app, you can easily integrate OpenWeb into your app.
Requirements
- iOS 10.3 or later
- Android 4.4 (API level 19) or later
- OpenWeb account
React-Native package Installation
Install and add the @spot.im/[email protected]
package to your project:
npm install @spot.im/[email protected] --save
Updated 4 months ago