/ReactNativeGleap-SDK

Primary LanguageTypeScriptOtherNOASSERTION

Gleap ReactNative SDK

Gleap ReactNative SDK Intro

The Gleap SDK for ReactNative is the easiest way to integrate Gleap into your apps!

You have two ways to set up the Gleap SDK for ReactNative. The easiest way ist to use the maven repository to add Gleap SDK to your project. (it's super easy to get started & worth using 😍)

Installation

npm install react-native-gleapsdk

Usage

// Import the SDK
import Gleap from "react-native-gleapsdk";

// Initialize it
Gleap.initialize('YOUR_API_KEY');

Need help?

Checkout our full documentation or contact us - we are always here to help 👋.