react-native-gleapsdk
Version:
Know exactly why and how a bug happened. Get reports with screenshots, live action replays and all of the important metadata every time.
28 lines (17 loc) • 781 B
Markdown
# Gleap ReactNative SDK

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
```sh
npm install react-native-gleapsdk
```
## Usage
```js
// Import the SDK
import Gleap from "react-native-gleapsdk";
// Initialize it
Gleap.initialize('YOUR_API_KEY');
```
## Need help?
Checkout our full [documentation](https://docs.gleap.io/reactnative) or [contact us](https://gleap.io/) - we are always here to help 👋.