Skip to content

Commit 5008058

Browse files
abueideclaude
andcommitted
chore(rn): disable corepack and regenerate lock files
Set DEVBOX_COREPACK_ENABLED="" in root devbox.json and react-native plugin.json to prevent corepack from interfering with npm. Regenerate device lock files with updated timestamps. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c089de2 commit 5008058

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

devbox.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"REPORTS_DIR": "reports",
1313
"TEST_RESULTS_DIR": "reports/results",
1414
"TEST_LOGS_DIR": "reports/logs",
15-
"TEST_TUI": "false"
15+
"TEST_TUI": "false",
16+
"DEVBOX_COREPACK_ENABLED": ""
1617
},
1718
"shell": {
1819
"scripts": {

examples/react-native/devbox.d/android/devices/devices.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
}
1515
],
1616
"checksum": "f5bfab3fdcbe8a23858954c18b1fa86d28a3316e801523aa6d4aa72ca9cf5ab7",
17-
"generated_at": "2026-02-19T18:00:02Z"
17+
"generated_at": "2026-02-19T19:12:22Z"
1818
}

examples/react-native/devbox.d/ios/devices/devices.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
}
1111
],
1212
"checksum": "4d5276f203d7ad62860bfc067f76194df53be449d4aa8a3b2d069855ec1f3232",
13-
"generated_at": "2026-02-19T18:01:57Z"
13+
"generated_at": "2026-02-19T19:12:23Z"
1414
}

plugins/react-native/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"ANDROID_INCLUDE_NDK": "true",
3030
"ANDROID_NDK_VERSION": "29.0.14206865",
3131
"ANDROID_INCLUDE_CMAKE": "true",
32-
"ANDROID_CMAKE_VERSION": "4.1.2"
32+
"ANDROID_CMAKE_VERSION": "4.1.2",
33+
"DEVBOX_COREPACK_ENABLED": ""
3334
},
3435
"create_files": {
3536
"{{ .Virtenv }}/metro": "",

0 commit comments

Comments
 (0)