expo-doctor 1.17.14 → 1.17.15-canary-20251223-b83b31e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -80,8 +80,6 @@ declare class Env {
|
|
|
80
80
|
* @deprecated Replaced by `exp.experiments.autolinkingModuleResolution`
|
|
81
81
|
*/
|
|
82
82
|
get EXPO_USE_STICKY_RESOLVER(): boolean;
|
|
83
|
-
/** Enable the unstable fast resolver for Metro. */
|
|
84
|
-
get EXPO_USE_FAST_RESOLVER(): boolean;
|
|
85
83
|
/** Disable Environment Variable injection in client bundles. */
|
|
86
84
|
get EXPO_NO_CLIENT_ENV_VARS(): boolean;
|
|
87
85
|
/** Set the default `user` that should be passed to `--user` with ADB commands. Used for installing APKs on Android devices with multiple profiles. Defaults to `0`. */
|
|
@@ -129,6 +127,8 @@ declare class Env {
|
|
|
129
127
|
* Enable the experimental MCP integration or further specify the MCP server URL.
|
|
130
128
|
*/
|
|
131
129
|
get EXPO_UNSTABLE_MCP_SERVER(): string;
|
|
130
|
+
/** Enable Expo Log Box for iOS and Android (Web is enabled by default) */
|
|
131
|
+
get EXPO_UNSTABLE_LOG_BOX(): boolean;
|
|
132
132
|
}
|
|
133
133
|
export declare const env: Env;
|
|
134
134
|
export declare function envIsWebcontainer(): boolean;
|