Getting started

Add the OpenWeb SDK to your React Native app

OpenWeb can seamlessly integrate with your React Native app. OpenWeb’s React Native SDK offers you various benefits:

  • Simplify integration of with React Native apps
  • Improve user engagement and community interaction with Conversations
  • Streamline development process with scalable solutions
  • Monetize with advertisements


Prerequisites

Item Description
Updated operating system
  • iOS 12 or later
  • Android 6.0 (API level 23) or later
OpenWeb account Active OpenWeb account

If you do not already have one, learn how to create an OpenWeb account.


Install the React Native package

To run the React Native SDK, install the Spot.IM package to your project with NPM or Yarn.

Package Manager Code
NPM Use the following installation for NPM:

npm install --save @spot.im/[email protected]
Yarn Use the following installation for Yarn:

yarn add @spot.im/[email protected]