Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This repository contains the Checkout Kit implementations, samples, and protocol
| `ShopifyCheckoutKit` | `4.0.0-alpha.5` | Swift Package Manager, CocoaPods | Alpha | iOS checkout presentation SDK. | [Swift](platforms/swift/README.md) |
| `ShopifyAcceleratedCheckouts` | `4.0.0-alpha.5` | 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) |
| `com.shopify:checkout-kit` | `4.0.0-alpha.5` | Maven Central | Alpha | Android checkout presentation SDK. | [Android](platforms/android/README.md) |
| `@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) |
| `@shopify/checkout-kit-react-native` | `4.0.0-alpha.4` | npm `next` dist-tag | Alpha | React Native wrapper for the iOS and Android native SDKs. | [React Native](platforms/react-native/README.md) |
| `@shopify/checkout-kit` | `4.0.0-alpha.3` | npm `next` dist-tag | Alpha | Web component for opening Shopify checkout from a web page. | [Web](platforms/web/README.md) |
| `EmbeddedCheckoutProtocol` | Source package | Swift Package Manager | Internal/supporting | Swift client for Embedded Checkout Protocol messages. | [Protocol Swift](protocol/languages/swift/README.md) |
| `com.shopify:embedded-checkout-protocol` | `2026.04.08.1-alpha.2` | Maven Central | Internal/supporting | Kotlin client for Embedded Checkout Protocol messages. | [Protocol Android](protocol/languages/kotlin/embedded-checkout-protocol/README.md) |
Expand Down Expand Up @@ -81,7 +81,7 @@ Use the Shopify.dev guides for broader product workflows:

Checkout Kit is the current home for the SDKs that were previously published as Checkout Sheet Kit. The renamed packages use a shared `4.0.0-alpha.X` version format while the new package line settles:

- Swift and Android are currently `4.0.0-alpha.5`; React Native is currently `4.0.0-alpha.3`.
- Swift and Android are currently `4.0.0-alpha.5`; React Native is currently `4.0.0-alpha.4`.
- Web prereleases use the npm `next` dist-tag.
- React Native requires React Native New Architecture.
- Stable releases will continue on the same `4.x` package line after the alpha period.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shopify/checkout-kit-react-native",
"license": "MIT",
"version": "4.0.0-alpha.3",
"version": "4.0.0-alpha.4",
"main": "lib/commonjs/index.js",
"types": "src/index.ts",
"source": "src/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions platforms/react-native/sample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2578,7 +2578,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNShopifyCheckoutKit (4.0.0-alpha.3):
- RNShopifyCheckoutKit (4.0.0-alpha.4):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2996,7 +2996,7 @@ SPEC CHECKSUMS:
RNGestureHandler: eeb622199ef1fb3a076243131095df1c797072f0
RNReanimated: 237d420b7bb4378ef1dacc7d7a5c674fddb4b5d2
RNScreens: 3fc29af06302e1f1c18a7829fe57cbc2c0259912
RNShopifyCheckoutKit: 25f8126109e2af64a90429370ef0436a2871fbdc
RNShopifyCheckoutKit: f7855358ff15db951f458320526ebd9ce2f91405
RNVectorIcons: be4d047a76ad307ffe54732208fb0498fcb8477f
ShopifyCheckoutKit: 7874c8866e6c889d86194398c97e00388111d972
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2122,7 +2122,7 @@ PODS:
- React-perflogger (= 0.80.2)
- React-utils (= 0.80.2)
- SocketRocket
- RNShopifyCheckoutKit (4.0.0-alpha.3):
- RNShopifyCheckoutKit (4.0.0-alpha.4):
- boost
- DoubleConversion
- fast_float
Expand Down Expand Up @@ -2464,7 +2464,7 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: 8df342c127fd0c1e30e8b9f71ff814c22414a7c0
ReactCodegen: 3ba2a79bc32ff858814c17ade10931b33b09dcf4
ReactCommon: 592ef441605638b95e533653259254b4bd35ff4f
RNShopifyCheckoutKit: 25f8126109e2af64a90429370ef0436a2871fbdc
RNShopifyCheckoutKit: f7855358ff15db951f458320526ebd9ce2f91405
ShopifyCheckoutKit: 7874c8866e6c889d86194398c97e00388111d972
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
Yoga: a742cc68e8366fcfc681808162492bc0aa7a9498
Expand Down
Loading