Releases: hyochan/react-native-iap
Releases · hyochan/react-native-iap
14.3.9
14.3.8
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
- openiap-google - 1.1.12
- openiap-apple - 1.1.12
- openiap-gql - 1.0.6
New Contributors
- @CacaoRick made their first contribution in #3013
Full Changelog: 14.3.7...14.3.8
14.3.7
fix(android): honor subscription offerToken
Full Changelog: 14.3.6...14.3.7
14.3.6
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
Full Changelog: 14.3.5...14.3.6
14.3.5
14.3.4
Full Changelog: 14.3.3...14.3.4
14.3.3
What's Changed
- fix: align cancel flows and error code by @hyochan in #3006
- refactor: sync generated schema by @hyochan in #3007
- Align type system with openiap-gql
Full Changelog: 14.3.2...14.3.3
14.3.2
14.3.1
14.3.0
What's Changed
- chore(android): bump OpenIAP Google to 1.1.0 and align init behavior by @hyochan in #2999
Full Changelog: 14.2.3...14.3.0