react-native-iap 16.2.2 → 16.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
<img src="https://openiap.dev/frameworks/react-native.webp" alt="React Native IAP Logo" width="150" />
|
|
5
5
|
|
|
6
|
-
[](https://npmjs.org/package/react-native-iap) [](https://npmjs.org/package/react-native-iap) [](https://openiap.dev) [](https://opencollective.com/openiap) [](https://npmjs.org/package/react-native-iap) [](https://npmjs.org/package/react-native-iap) [](https://openiap.dev) [](https://opencollective.com/openiap) [](https://github.com/hyodotdev/openiap/actions/workflows/ci-react-native-iap.yml?query=branch%3Amain) [](https://app.codecov.io/gh/hyodotdev/openiap/tree/main/libraries/react-native-iap) [](https://app.fossa.com/projects/git%2Bgithub.com%2Fhyochan%2Freact-native-iap?ref=badge_shield&issueType=license)
|
|
7
7
|
|
|
8
8
|
**React Native IAP** is a high-performance in-app purchase library using Nitro Modules that **conforms to the [Open IAP specification](https://openiap.dev)**. It provides a unified API for handling in-app purchases across iOS and Android platforms with comprehensive error handling and modern TypeScript support.
|
|
9
9
|
|
package/package.json
CHANGED