expo-doctor 1.17.9 → 1.17.10-canary-20251008-6acbc1c

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.
@@ -127,6 +127,8 @@ declare class Env {
127
127
  * Enable the experimental MCP integration or further specify the MCP server URL.
128
128
  */
129
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;
130
132
  }
131
133
  export declare const env: Env;
132
134
  export declare function envIsWebcontainer(): boolean;