We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae58b80 commit 71f36ecCopy full SHA for 71f36ec
README.md
@@ -75,6 +75,8 @@ Also there are some other methods that is not supported in ios and implemented i
75
Lastly, this module also supports types for typescript users from `0.2.5`.
76
77
## Changelogs
78
+- **[1.2.2]**
79
+ + Return an err when it failse to parse json in android related to [issue](https://github.com/dooboolab/react-native-iap/pull/196).
80
- **[1.2.0]**
81
+ Fixed example project to work again.
82
- **[1.1.6]**
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-iap",
3
- "version": "1.2.1",
+ "version": "1.2.2",
4
"description": "React Native In App Purchase Module.",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments