expo-doctor 1.17.10 → 1.17.11

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.
@@ -121,6 +121,8 @@ declare class Env {
121
121
  get EXPO_NO_DEPENDENCY_VALIDATION(): boolean;
122
122
  /** Force Expo CLI to run in webcontainer mode, this has impact on which URL Expo is using by default */
123
123
  get EXPO_FORCE_WEBCONTAINER_ENV(): boolean;
124
+ /** Force Expo CLI to run in webcontainer mode, this has impact on which URL Expo is using by default */
125
+ get EXPO_UNSTABLE_WEB_MODAL(): boolean;
124
126
  /** Disable by falsy value live binding in experimental import export support. Enabled by default. */
125
127
  get EXPO_UNSTABLE_LIVE_BINDINGS(): boolean;
126
128
  /**