[RN] Rename ReactNative -> CheckoutKitReactNativeDemo#240
Merged
kieran-osgood-shopify merged 1 commit intoJun 8, 2026
Merged
Conversation
Contributor
Author
This was referenced Jun 1, 2026
63b10f0 to
81660cb
Compare
0528771 to
9d68ebd
Compare
4237c17 to
21d5978
Compare
14934c9 to
87ff6fa
Compare
21d5978 to
5b460e9
Compare
87ff6fa to
cc6e410
Compare
6dafdba to
efe6670
Compare
0d05e36 to
8aad0c3
Compare
efe6670 to
884e885
Compare
This was referenced Jun 5, 2026
884e885 to
8583382
Compare
0e9b600 to
0353a53
Compare
tiagocandido
approved these changes
Jun 8, 2026
0353a53 to
5331cbe
Compare
8583382 to
3e004af
Compare
5331cbe to
82b2b8f
Compare
3e004af to
dcf5776
Compare
dcf5776 to
a6a9cef
Compare
Contributor
Author
Merge activity
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Stack Context
This 3-PR stack renames the platform sample/demo apps to consistently use the
CheckoutKit<Platform>Demonaming pattern and aligns their bundle/application identifiers with those demo names:MobileBuyIntegration→CheckoutKitSwiftDemoMobileBuyIntegration→CheckoutKitAndroidDemoReactNative→CheckoutKitReactNativeDemoWhat?
Renames the React Native sample app's app registry name, Android package/application id, iOS project/target/scheme/workspace, app labels, scripts, and CocoaPods target metadata to
CheckoutKitReactNativeDemo.Also updates the React Native demo app identifiers to match the new name:
com.shopify.checkoutkit.reactnativedemocom.shopify.checkoutkit.reactnativedemocom.shopify.checkoutkit.reactnativedemo.testsmerchant.com.shopify.checkoutkit.reactnativedemoWhy?
The generic
ReactNativeapp name was inconsistent with the platform-specific Checkout Kit demo names introduced lower in the stack. This makes the React Native sample clearly identifiable alongside the Swift and Android demos.Validation
cd platforms/react-native && LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 pnpm run pod-installcd platforms/react-native/sample/android && ./gradlew testDebugUnitTestxcodebuild -list -workspace platforms/react-native/sample/ios/CheckoutKitReactNativeDemo.xcworkspacecd platforms/react-native && pnpm --filter sample typecheck