Skip to content

Commit a35d9ef

Browse files
committed
Release 2.4.0-beta12.
Add support for iOS In-App Purchase promotions.
1 parent 93b2d48 commit a35d9ef

File tree

4 files changed

+19
-42
lines changed

4 files changed

+19
-42
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
+ Fixed promise not resolving putting back `async` wrapper.
77
+ Fixed types for `addAdditionalSuccessPurchaseListenerIOS`.
88
+ Update `build.gradle` to match version in react-native `0.58`.
9+
+ Fix issue with promoted product event not firing on older devices [#390](https://github.com/dooboolab/react-native-iap/pull/390).
910
- **[2.3.23]**
1011
+ Resolve [#288](https://github.com/dooboolab/react-native-iap/issues/288).
1112
- **[2.3.21]**

RNIapExample/package-lock.json

Lines changed: 16 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RNIapExample/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "16.6.3",
2121
"react-native": "0.57.7",
2222
"react-native-gesture-handler": "^1.0.10",
23-
"react-native-iap": "2.4.0-beta9",
23+
"react-native-iap": "dooboolab/react-native-iap#master",
2424
"react-navigation": "^3.0.5"
2525
},
2626
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-iap",
3-
"version": "2.4.0-beta11",
3+
"version": "2.4.0-beta12",
44
"description": "React 9ative In App Purchase Module.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)