Skip to content

Commit 5fb3479

Browse files
committed
Remove codes
1 parent 7568c27 commit 5fb3479

4 files changed

Lines changed: 0 additions & 9 deletions

File tree

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -477,12 +477,6 @@
477477
"title": "Toggle Network View",
478478
"category": "React Native",
479479
"enablement": "!config.security.workspace.trust.enabled || isWorkspaceTrusted"
480-
},
481-
{
482-
"command": "reactNative.runEasBuild",
483-
"title": "Run EAS Build",
484-
"category": "React Native",
485-
"enablement": "!config.security.workspace.trust.enabled || isWorkspaceTrusted"
486480
}
487481
],
488482
"menus": {

src/common/error/errorStrings.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,5 +425,4 @@ export const ERROR_STRINGS = {
425425
[InternalErrorCode.FailedToKillPort]: "Failed to kill port",
426426
[InternalErrorCode.FaiedToSetNewArch]: "Failed to set New Architecture",
427427
[InternalErrorCode.FailedToToggleNetworkView]: "Failed to config network view",
428-
[InternalErrorCode.FailedToRunEasBuild]: "Failed to run EAS Build",
429428
};

src/common/error/internalErrorCode.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export enum InternalErrorCode {
3838
FailedToKillPort = 133,
3939
FaiedToSetNewArch = 134,
4040
FailedToToggleNetworkView = 135,
41-
FailedToRunEasBuild = 136,
4241

4342
// Device Deployer errors
4443
IOSDeployNotFound = 201,

src/extension/commands/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ export * from "./openExpoUpgradeHelper";
3737
export * from "./killPort";
3838
export * from "./setNewArch";
3939
export * from "./networkView";
40-
export * from "./runEasBuild";

0 commit comments

Comments
 (0)