Releases: hyochan/react-native-iap
Releases · hyochan/react-native-iap
6.3.0
Refactors Google Play Java code limiting to a single billingClient. This can be considered a breaking change as it will fail when attempting to initialize the library more than once. It also adds documentation on the proper handling of the lifecycle docs
6.2.4
[Feature]
- Implement deeplinking to subscriptions for Android (#1394)
- Implement requested client-side validation for amazon purchases (#1392)
[Regression]
- Fix regression on return type (#1393)
- Fix promise resolving logic #1390
[Documentation]
- Adds documentation to Android deferred proration (#1387)
- Update URL in package.json (#1386)
6.2.3
Fix an unnecessary error when canceling a purchase #1385.
6.2.2
Fixe java lint errors and add CI #1380
6.2.1
Clean up internal code that detects GooglePlay vs Amazon modules#1374
Fix wrong package.json
setup #1377
- Removed docs from built
package
.
6.2.0
Spliting Android app stores into Google Play and Amazon. They can now be accessed through different flavors #1358
Creates two variants: play
and amazon
and only uses the required code.
NOTE: This would be a breaking change with a very simple fix described in the documentation. To add: missingDimensionStrategy 'store', 'play'
in build.gradle
6.0.9
[Android] Remove buildToolsVersion #1358
6.0.8
- [Android] Handle deferred proration in purchasedUpdated listener #1357
6.0.7
- [Amazon] Fire tv detection #1356
6.0.6
- Strict type error [Enhance] Strict type error #1324