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 😍)
npm install react-native-gleapsdk
// Import the SDK
import Gleap from "react-native-gleapsdk";
// Initialize it
Gleap.initialize('YOUR_API_KEY');
Checkout our full documentation or contact us - we are always here to help 👋.