Skip to content

Commit

Permalink
Update react-native-iap to 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Jun 27, 2022
1 parent 087f276 commit d33f5a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ PODS:
- React
- RNGestureHandler (2.4.2):
- React-Core
- RNIap (8.1.2):
- RNIap (8.2.1):
- React-Core
- RNReanimated (2.8.0):
- DoubleConversion
Expand Down Expand Up @@ -632,7 +632,7 @@ SPEC CHECKSUMS:
RNCAsyncStorage: 466b9df1a14bccda91da86e0b7d9a345d78e1673
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
RNGestureHandler: 61628a2c859172551aa2100d3e73d1e57878392f
RNIap: 9971bc9be150eb05a69b941e8f17262ddaaf6149
RNIap: 7b833f386ecee6e4ab3a5303332274bd6844e4d9
RNReanimated: 64573e25e078ae6bec03b891586d50b9ec284393
RNScreens: 40a2cb40a02a609938137a1e0acfbf8fc9eebf19
RNSVG: 302bfc9905bd8122f08966dc2ce2d07b7b52b9f8
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-native": "0.68.2",
"react-native-dotenv": "^3.3.1",
"react-native-gesture-handler": "^2.4.2",
"react-native-iap": "^8.1.2",
"react-native-iap": "^8.2.1",
"react-native-image-picker": "^4.8.4",
"react-native-reanimated": "^2.8.0",
"react-native-safe-area-context": "^4.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13093,10 +13093,10 @@ react-native-gradle-plugin@^0.0.6:
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.0.6.tgz#b61a9234ad2f61430937911003cddd7e15c72b45"
integrity sha512-eIlgtsmDp1jLC24dRn43hB3kEcZVqx6DUQbR0N1ABXGnMEafm9I3V3dUUeD1vh+Dy5WqijSoEwLNUPLgu5zDMg==

react-native-iap@^8.1.2:
version "8.1.2"
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-8.1.2.tgz#f35259c6bf118c48dc1d66c09ebc9bbec42e8dd7"
integrity sha512-lNW3y6jbd82sn4ibI/oqOM9zIodJQj2mZT0/toHOvTIvbb/M8b7nfs0O4TZBzoWrKLc/1GS4flqFD2VsEm2LiQ==
react-native-iap@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-8.2.1.tgz#a2732db8ab1d8bf3d1043971223e2cdd95a48c9b"
integrity sha512-dRNGJj3SvL3XkJyEy67a+7R8f4pEvaeraxahfpR0tbU1sK3CrkJ8PRL4A4vPy2OokKJhAjbBdfZTELGmTRb8aQ==
dependencies:
dooboolab-welcome "1.3.2"

Expand Down

0 comments on commit d33f5a5

Please sign in to comment.