Skip to content

Commit

Permalink
⬆️ Upgrade react-native-iap to 7.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Nov 3, 2022
1 parent c37c5b1 commit d326b2c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ android {
versionCode 316
versionName "0.30.0"
missingDimensionStrategy 'react-native-camera', 'general'
missingDimensionStrategy 'store', 'play'
}
splits {
abi {
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ PODS:
- RNFBApp
- RNGestureHandler (1.7.0):
- React
- RNIap (4.6.3):
- RNIap (7.5.6):
- React-Core
- RNKeychain (3.1.3):
- React
Expand Down Expand Up @@ -593,7 +593,7 @@ SPEC CHECKSUMS:
RNFBPerf: a0d50caf0d88079c6e9da1f674e7e6b2a9265585
RNFBRemoteConfig: 5d00d02901bbe4524485235826b0a9d46e028b23
RNGestureHandler: b6b359bb800ae399a9c8b27032bdbf7c18f08a08
RNIap: 66b83af54a855b6314a243a200081a64d7f64c2e
RNIap: d248609d1b8937e63bd904e865c318e9b1457eff
RNKeychain: c658833a9cb2cbcba6423bdd6e16cce59e27da0e
RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080
RNRate: 15b861025a7821730761fce7f44561ce7e0b2de0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-native-fast-image": "^8.3.2",
"react-native-fbsdk": "^1.1.2",
"react-native-gesture-handler": "1.7.0",
"react-native-iap": "^4.6.3",
"react-native-iap": "^7.5.6",
"react-native-image-picker": "https://github.com/likecoin/react-native-image-picker#5e2f78f5e3f893b13a67482471655e1ebb75ad3b",
"react-native-image-sequence": "^0.7.0",
"react-native-keychain": "3.1.3",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6668,7 +6668,7 @@ domutils@^1.5.1, domutils@^1.7.0:
dom-serializer "0"
domelementtype "1"

dooboolab-welcome@^1.2.0:
dooboolab-welcome@1.3.2:
version "1.3.2"
resolved "https://registry.yarnpkg.com/dooboolab-welcome/-/dooboolab-welcome-1.3.2.tgz#4928595312f0429b4ea1b485ba8767bae6acdab7"
integrity sha512-2NbMaIIURElxEf/UAoVUFlXrO+7n/FRhLCiQlk4fkbGRh9cJ3/f8VEMPveR9m4Ug2l2Zey+UCXjd6EcBqHJ5bw==
Expand Down Expand Up @@ -13257,12 +13257,12 @@ [email protected]:
invariant "^2.2.4"
prop-types "^15.7.2"

react-native-iap@^4.6.3:
version "4.6.3"
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-4.6.3.tgz#3f1a88e1561156f695f52134ee04e1ace5c37487"
integrity sha512-BUCnaIuUUcegarzDUbqvAwdauYaCNYqc+2ExluP8CXpKr0VdNpZxDGilHptDbBt9CCqWf7dvautNP/dsSI0J6A==
react-native-iap@^7.5.6:
version "7.5.6"
resolved "https://registry.yarnpkg.com/react-native-iap/-/react-native-iap-7.5.6.tgz#75a370f0a689da4fbe5ecf2cd9b7bdd0f7d20f2f"
integrity sha512-ua+KTq7NO+/Rw+S9cGDZizR45AdmpQ0LEx9gSubbRD3f5KSTp91mEMHgdyVcqUcxiBuVgRTfv3zy9mbPEdo8Mg==
dependencies:
dooboolab-welcome "^1.2.0"
dooboolab-welcome "1.3.2"

"react-native-image-picker@https://github.com/likecoin/react-native-image-picker#5e2f78f5e3f893b13a67482471655e1ebb75ad3b":
version "4.8.1"
Expand Down

0 comments on commit d326b2c

Please sign in to comment.