Skip to content

Commit 70f6d3b

Browse files
committed
Release 2.4.0
1 parent 1286b3c commit 70f6d3b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
## Changelogs
2-
- **[2.4.+]**
2+
- **[2.4.0]**
33
+ Add support for iOS In-App Purchase promotions [#388](https://github.com/dooboolab/react-native-iap/pull/388).
44
+ Implemented `addAdditionalSuccessPurchaseListenerIOS` to handle extra successed purchase event. Related to [#307](https://github.com/dooboolab/react-native-iap/issues/307).
55
+ Attempt to fix crashing in `ensureConnection` for android. Related [#315](https://github.com/dooboolab/react-native-iap/issues/315).
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`.
99
+ Fix issue with promoted product event not firing on older devices [#390](https://github.com/dooboolab/react-native-iap/pull/390).
10+
+ Add support for iOS In-App Purchase promotions.
1011
- **[2.3.23]**
1112
+ Resolve [#288](https://github.com/dooboolab/react-native-iap/issues/288).
1213
- **[2.3.21]**

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-beta13",
3+
"version": "2.4.0",
44
"description": "React 9ative In App Purchase Module.",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)