# GlomoPay React Native SDK

Official React Native SDK for integrating GlomoPay payment checkout flows into your mobile applications. The SDK renders a secure WebView-based checkout and auto-detects the correct flow (LRS, standard, or subscriptions) based on your order.

## Supported Payment Flows

- **LRS** (Liberalised Remittance Scheme)
- **Standard Payments** (Cards, Bank Transfer, Pay via Bank)
- **Subscriptions**


## System Requirements

| Requirement | Version |
|  --- | --- |
| Node.js | >= 16.0.0 |
| npm | >= 8.0.0 |
| React | >= 17.0.0 |
| React Native | >= 0.68.0 |
| react-native-webview | ^13.0.0 |
| jail-monkey (optional) | ^2.6.0 |


## Versions

| Version | Status | Documentation |
|  --- | --- | --- |
| v4.0.0 | Latest | [React Native SDK v4](/product-guide/sdk/react-native-sdk/v4) |
| v3.1.0 | Archived | [React Native SDK v3](/product-guide/sdk/react-native-sdk/v3) |
| v1.3.5 | Archived | [React Native SDK v1](/product-guide/sdk/react-native-sdk/v1) |


Upgrading from v1 or v3? See the [Migration Guide](/product-guide/sdk/react-native-sdk/migration).

## Resources

- [Changelog](/product-guide/sdk/react-native-sdk/changelog) - all release notes
- [Migration Guide](/product-guide/sdk/react-native-sdk/migration) - step-by-step upgrade instructions
- [Flutter SDK](/product-guide/sdk/flutter-sdk) - GlomoPay SDK for Flutter apps
- [Unified SDK (Web)](/product-guide/sdk/unified-sdk) - GlomoPay SDK for web apps
- [Checkout overview](/product-guide/payin/checkout) - server-side checkout integration and signature verification