expo-doctor 1.17.12-canary-20251031-b135dff → 1.17.12-canary-20251118-4ca99d5
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`. */
|