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
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.
@@ -4413,20 +4411,6 @@ var import_node_path5 = __toESM(require("path"), 1);
4413
4411
varimport_node_fs5=__toESM(require("fs"),1);
4414
4412
varimport_node_module2=require("module");
4415
4413
varimport_meta={};
4416
-
varDEPRECATED_PROPERTIES={
4417
-
bundleStartTimeout: '"bundleStartTimeout" is no longer used and can be removed from your config. Startup crash detection is now handled automatically by the crash supervisor.',
4418
-
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