expo-doctor 1.17.11 → 1.17.12-canary-20251031-b135dff

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.
@@ -129,6 +129,8 @@ declare class Env {
129
129
  * Enable the experimental MCP integration or further specify the MCP server URL.
130
130
  */
131
131
  get EXPO_UNSTABLE_MCP_SERVER(): string;
132
+ /** Enable Expo Log Box for iOS and Android (Web is enabled by default) */
133
+ get EXPO_UNSTABLE_LOG_BOX(): boolean;
132
134
  }
133
135
  export declare const env: Env;
134
136
  export declare function envIsWebcontainer(): boolean;