Skip to content

Releases: hyochan/react-native-iap

14.4.5

24 Sep 13:12
Compare
Choose a tag to compare

What's Changed

  • Remove onSyncError option from useIAP hook by @hyochan in #3028

Full Changelog: 14.4.4...14.4.5

14.4.4

24 Sep 08:11
Compare
Choose a tag to compare

Full Changelog: 14.4.3...14.4.4

14.4.3

24 Sep 01:00
Compare
Choose a tag to compare

What's Changed

  • Add support for "auto-renewable-subscription" in iOS product type normalization by @irekrog in #3022

New Contributors

Full Changelog: 14.4.2...14.4.3

14.4.2

24 Sep 00:36
Compare
Choose a tag to compare

Full Changelog: 14.4.1...14.4.2

14.4.1

22 Sep 15:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 14.4.0...14.4.1

14.4.0

22 Sep 10:18
Compare
Choose a tag to compare
29f3c702-0c8e-4b7a-a5a4-2af570ab019a

React Native IAP 14.4.0 graduates the project into the full OpenIAP ecosystem. The release ships with three dedicated native stacks:

From 14.4.0 onward, React Native IAP stays in lockstep with these modules: Apple v1.2.2, Google v1.2.6, and GQL v1.0.8. That shared version alignment gives React Native IAP stable native compatibility and a unified type system straight from the OpenIAP schema.

👉 Checkout release note in https://hyochan.github.io/react-native-iap/blog/release-14.4.0

Full Changelog: 14.3.9...14.4.0

14.3.9

18 Sep 17:42
Compare
Choose a tag to compare

What's Changed

  • fix(android): forward sub offer tokens to OpenIAP module by @hyochan in #3017

Full Changelog: 14.3.8...14.3.9

14.3.8

18 Sep 16:54
5e7ccf2
Compare
Choose a tag to compare

What's Changed

  • refactor: align hybrid spec impl on ios and android by @hyochan in #3015
  • fix: correct typo in iOS plugin option name by @CacaoRick in #3013

Compatibility

New Contributors

Full Changelog: 14.3.7...14.3.8

14.3.7

17 Sep 11:16
Compare
Choose a tag to compare

14.3.6

17 Sep 07:52
Compare
Choose a tag to compare

Breaking (useIAP) ⚡️

Remove the transient currentPurchase / currentPurchaseError state from useIAP so consumers rely exclusively on the onPurchaseSuccess and onPurchaseError callbacks for post-purchase handling. This is a light breaking tweak for hook callers, but keeps the root API untouched.

What's Changed

  • refactor!: streamline useIAP purchase handling by @hyochan in #3012

Full Changelog: 14.3.5...14.3.6