https://github.com/gleapsdk/reactnative-sdk
https://github.com/gleapsdk/reactnative-sdk
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gleapsdk/reactnative-sdk
- Owner: GleapSDK
- License: other
- Created: 2021-10-08T10:13:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T15:45:51.000Z (11 months ago)
- Last Synced: 2025-07-31T17:53:22.420Z (11 months ago)
- Language: Java
- Size: 2.58 MB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 👋.