https://github.com/iaphub/react-native-iaphub
The easiest way to implement IAP (In-app purchase) in your React Native app.
https://github.com/iaphub/react-native-iaphub
google-play in-app-billing in-app-purchase in-app-receipt itunes react-native react-native-iap
Last synced: 4 months ago
JSON representation
The easiest way to implement IAP (In-app purchase) in your React Native app.
- Host: GitHub
- URL: https://github.com/iaphub/react-native-iaphub
- Owner: iaphub
- License: mit
- Created: 2020-03-02T01:05:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-16T22:30:27.000Z (8 months ago)
- Last Synced: 2025-10-18T01:55:07.743Z (8 months ago)
- Topics: google-play, in-app-billing, in-app-purchase, in-app-receipt, itunes, react-native, react-native-iap
- Language: TypeScript
- Homepage: https://www.iaphub.com/
- Size: 7.26 MB
- Stars: 364
- Watchers: 5
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README


We've simplified in-app purchases for you. Say goodbye to wasting time and resources reinventing the wheel.
At [IAPHUB](https://www.iaphub.com), we've developed all the necessary tools for selling in-app purchases and subscriptions, managing your customers, and boosting your revenue. 🚀
## Getting Started
Please refer to our [Quickstart Guide](https://www.iaphub.com/docs/getting-started/?sdk=react_native) for step-by-step instructions on integrating IAPHUB into your React Native app.
You can also learn all about our SDK methods in our comprehensive [SDK Reference](https://www.iaphub.com/docs/sdk-reference/?sdk=react_native).
## UI
The package provides all the methods of the IAPHUB SDK for easy implementation of in-app purchases, but it does not include any user interface (UI).
If you prefer a plug-and-play component with built-in UI, consider exploring [react-native-iaphub-ui](https://github.com/iaphub/react-native-iaphub-ui).
## Upgrades
If you're upgrading to a new major version of the plugin, please consult our migration guides:
- For transitioning from v7.X.X to v8.X.X, refer to [this guide](https://github.com/iaphub/react-native-iaphub/tree/master/guides/migrate-v7-to-v8.md).
- For transitioning from v6.X.X to v7.X.X, refer to [this guide](https://github.com/iaphub/react-native-iaphub/tree/master/guides/migrate-v6-to-v7.md).
## Example
You can check our [Example app](https://github.com/iaphub/react-native-iaphub/tree/master/examples/example-expo).