Skip to content

Commit d1c7bfc

Browse files
authored
Bump React Native alpha release to 4.0.0-alpha.3
1 parent 0ba2a2f commit d1c7bfc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This repository contains the Checkout Kit implementations, samples, and protocol
3030
| `ShopifyCheckoutKit` | `4.0.0-alpha.2` | Swift Package Manager, CocoaPods | Alpha | iOS checkout presentation SDK. | [Swift](platforms/swift/README.md) |
3131
| `ShopifyAcceleratedCheckouts` | `4.0.0-alpha.2` | Swift Package Manager, CocoaPods subspec | Alpha | SwiftUI Shop Pay and Apple Pay accelerated checkout buttons for iOS 16+. | [Swift](platforms/swift/README.md#accelerated-checkouts) |
3232
| `com.shopify:checkout-kit` | `4.0.0-alpha.1` | Maven Central | Alpha | Android checkout dialog SDK. | [Android](platforms/android/README.md) |
33-
| `@shopify/checkout-kit-react-native` | `4.0.0-alpha.2` | npm `next` dist-tag | Alpha | React Native wrapper for the iOS and Android native SDKs. | [React Native](platforms/react-native/README.md) |
33+
| `@shopify/checkout-kit-react-native` | `4.0.0-alpha.3` | npm `next` dist-tag | Alpha | React Native wrapper for the iOS and Android native SDKs. | [React Native](platforms/react-native/README.md) |
3434
| `@shopify/checkout-kit` | `4.0.0-alpha.2` | npm `next` dist-tag | Alpha | Web component for opening Shopify checkout from a web page. | [Web](platforms/web/README.md) |
3535
| `EmbeddedCheckoutProtocol` | Source package | Swift Package Manager | Internal/supporting | Swift client for Embedded Checkout Protocol messages. | [Protocol Swift](protocol/languages/swift/README.md) |
3636

platforms/react-native/modules/@shopify/checkout-kit-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@shopify/checkout-kit-react-native",
33
"license": "MIT",
4-
"version": "4.0.0-alpha.2",
4+
"version": "4.0.0-alpha.3",
55
"main": "lib/commonjs/index.js",
66
"types": "src/index.ts",
77
"source": "src/index.ts",

platforms/react-native/sample/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@ PODS:
25782578
- ReactCommon/turbomodule/core
25792579
- SocketRocket
25802580
- Yoga
2581-
- RNShopifyCheckoutKit (4.0.0-alpha.2):
2581+
- RNShopifyCheckoutKit (4.0.0-alpha.3):
25822582
- boost
25832583
- DoubleConversion
25842584
- fast_float
@@ -2996,7 +2996,7 @@ SPEC CHECKSUMS:
29962996
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
29972997
RNReanimated: 237d420b7bb4378ef1dacc7d7a5c674fddb4b5d2
29982998
RNScreens: 3fc29af06302e1f1c18a7829fe57cbc2c0259912
2999-
RNShopifyCheckoutKit: 7c4b71e0e8038a827b5c801746898749683e5041
2999+
RNShopifyCheckoutKit: 8917f7fb9fcac4686ff97009420f78252f25d87d
30003000
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
30013001
ShopifyCheckoutKit: 7be627d99412b3ee6839cbbea090379708fe212d
30023002
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

platforms/react-native/test/rct-integration-app/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ PODS:
21222122
- React-perflogger (= 0.80.2)
21232123
- React-utils (= 0.80.2)
21242124
- SocketRocket
2125-
- RNShopifyCheckoutKit (4.0.0-alpha.2):
2125+
- RNShopifyCheckoutKit (4.0.0-alpha.3):
21262126
- boost
21272127
- DoubleConversion
21282128
- fast_float
@@ -2464,7 +2464,7 @@ SPEC CHECKSUMS:
24642464
ReactAppDependencyProvider: 8df342c127fd0c1e30e8b9f71ff814c22414a7c0
24652465
ReactCodegen: 3ba2a79bc32ff858814c17ade10931b33b09dcf4
24662466
ReactCommon: 592ef441605638b95e533653259254b4bd35ff4f
2467-
RNShopifyCheckoutKit: 7c4b71e0e8038a827b5c801746898749683e5041
2467+
RNShopifyCheckoutKit: 8917f7fb9fcac4686ff97009420f78252f25d87d
24682468
ShopifyCheckoutKit: 7be627d99412b3ee6839cbbea090379708fe212d
24692469
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
24702470
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498

0 commit comments

Comments
 (0)