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 package to your project:
npm install @spot.im/react-native-spotim --save
Updated over 1 year ago