You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: restore startup stall recovery for app launches (#78)
Restore startup stall recovery for RN-ready app launches, including restart-between-files. Startup retries now pause on Metro bundling activity, resume afterward, and still fail immediately on confirmed native crashes.
Harness now restores app startup stall recovery for RN-ready launches, including restart-between-files. Apps are retried when startup stalls without a crash, while confirmed native crashes still fail immediately with crash diagnostics.
Copy file name to clipboardExpand all lines: actions/shared/index.cjs
+2-19Lines changed: 2 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -4225,10 +4225,8 @@ var ConfigSchema = external_exports.object({
4225
4225
metroPort: external_exports.number().int("Metro port must be an integer").min(1,"Metro port must be at least 1").max(65535,"Metro port must be at most 65535").optional().default(DEFAULT_METRO_PORT),
@@ -4415,20 +4413,6 @@ var import_node_path5 = __toESM(require("path"), 1);
4415
4413
varimport_node_fs5=__toESM(require("fs"),1);
4416
4414
varimport_node_module2=require("module");
4417
4415
varimport_meta={};
4418
-
varDEPRECATED_PROPERTIES={
4419
-
bundleStartTimeout: '"bundleStartTimeout" is no longer used and can be removed from your config. Startup crash detection is now handled automatically by the crash supervisor.',
4420
-
maxAppRestarts: '"maxAppRestarts" is no longer used and can be removed from your config. Startup crash detection is now handled automatically by the crash supervisor.'
'"bundleStartTimeout" is no longer used and can be removed from your config. Startup crash detection is now handled automatically by the crash supervisor.',
15
-
maxAppRestarts:
16
-
'"maxAppRestarts" is no longer used and can be removed from your config. Startup crash detection is now handled automatically by the crash supervisor.',
0 commit comments