Import React Native package into monorepo#28
Conversation
Imports the source of github.com/Shopify/checkout-sheet-kit-react-native at commit 790dcfc (parent of the in-flight rename PR #483) under react-native/. No code changes are made — this is a verbatim snapshot. The .github/ directory is intentionally not imported; CI workflows will be re-authored at the monorepo root with rn-* prefixes (matching the existing swift-* / android-* convention) in a follow-up. Mirrors the import-then-rename pattern used by the Swift (#9 → #22) and Android subdirs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
🔍 Denylist Analysis ResultsDiscovered 1075 packages. These include both those that are net-new and those that have been explicitly approved or denied for use. react-native/pnpm-lock.yaml❌ Known Packages - Denied for Use (1) - WILL BLOCK CI
🔄 New Packages Entering the Supply Chain (60)
✅ Known Packages - Approved for Use (963)
react-native/sample/Gemfile.lock✅ Known Packages - Approved for Use (46)
react-native/sample/package.json✅ Known Packages - Approved for Use (4)
react-native/sample/ios/ReactNative.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved✅ Known Packages - Approved for Use (1)
For any questions or to provide feedback, please reach out to #help-bumperbot. Generated by Bumperbot. |
| { | ||
| "name": "@shopify/checkout-sheet-kit", | ||
| "license": "MIT", | ||
| "version": "3.8.0", |
There was a problem hiding this comment.
The last commit to the react-native branch is v4.0.0 - I think this must've been cut before the final new arch PR was merged?
kieran-osgood-shopify
left a comment
There was a problem hiding this comment.
I think this might be stale with the latest merges on the react-native branch - might need to re-create?
|
Closing — superseded by #31, which re-imports current source The denylist blocker on |
Imports the source of github.com/Shopify/checkout-sheet-kit-react-native at commit a349b97 (current main) under react-native/. No code changes are made — this is a verbatim snapshot. Includes v4.0.0 (New Architecture Release) and the fast-xml-parser 4.5.3 → 4.5.6 bump (Shopify/checkout-sheet-kit-react-native#462, #484) which clears the multirepo-denylist-check on this PR. The .github/ directory is intentionally not imported; CI workflows will be re-authored at the monorepo root with rn-* prefixes (matching the existing swift-* / android-* convention) in a follow-up. Supersedes #28 — re-cut on current source main per Kieran's review. Mirrors the import-then-rename pattern used by the Swift (#9 → #22) and Android subdirs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Imports the source of github.com/Shopify/checkout-sheet-kit-react-native at commit a349b97 (current main) under react-native/. No code changes are made — this is a verbatim snapshot. Includes v4.0.0 (New Architecture Release) and the fast-xml-parser 4.5.3 → 4.5.6 bump (Shopify/checkout-sheet-kit-react-native#462, #484) which clears the multirepo-denylist-check on this PR. The .github/ directory is intentionally not imported; CI workflows will be re-authored at the monorepo root with rn-* prefixes (matching the existing swift-* / android-* convention) in a follow-up. Supersedes #28 — re-cut on current source main per Kieran's review. Mirrors the import-then-rename pattern used by the Swift (#9 → #22) and Android subdirs. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Part of https://github.com/shop/issues-checkout-kit/issues/883
Summary
Imports the source of
Shopify/checkout-sheet-kit-react-nativeat commit790dcfc(currentmain) underreact-native/. No code changes — this is a verbatim snapshot taken viagit archive.The Checkout Sheet Kit → Checkout Kit rename will be applied on top in a follow-up PR.
What's in / out of scope
In scope (this PR)
react-native/fromShopify/checkout-sheet-kit-react-native@790dcfc(verbatim)react-native/README.mdplaceholder replaced with the real RN README from the source repoOut of scope (deferred to follow-ups)
.github/was intentionally not imported — CI workflows will be re-authored at the monorepo root (matching the existing convention) in a separate migration-plumbing PRHow to test
This is a pure file import (no edits, no renames), so there's nothing to run locally beyond confirming the file tree matches the source.
🤖 Generated with Claude Code