Skip to content

Commit 20c2b4e

Browse files
feat!: bump to v4.0.0 for New Architecture clean break
BREAKING CHANGE: This library now requires React Native New Architecture. Consumers must have newArchEnabled=true (Android) and new_arch_enabled: true (iOS Podfile). Old architecture is no longer supported. - Bump version to 4.0.0 - Update test mocks to use TurboModuleRegistry instead of NativeModules Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent bf8dba6 commit 20c2b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/@shopify/checkout-sheet-kit/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-sheet-kit",
33
"license": "MIT",
4-
"version": "3.8.0",
4+
"version": "4.0.0",
55
"main": "lib/commonjs/index.js",
66
"types": "src/index.ts",
77
"source": "src/index.ts",

0 commit comments

Comments
 (0)