You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4231,6 +4231,9 @@ var ConfigSchema = external_exports.object({
4231
4231
coverage: external_exports.object({
4232
4232
root: external_exports.string().optional().describe(`Root directory for coverage instrumentation in monorepo setups. Specifies the directory from which coverage data should be collected. Use ".." for create-react-native-library projects where tests run from example/ but source files are in parent directory. Passed to babel-plugin-istanbul's cwd option.`)
4233
4233
}).optional(),
4234
+
server: external_exports.object({
4235
+
forwardClientLogs: external_exports.boolean().optional().default(false).describe("Enable forwarding of client_log events from the device to the Metro reporter. When enabled, console.log statements from the React Native app will be forwarded to Metro.")
4236
+
}).optional(),
4234
4237
// Deprecated property - used for migration detection
0 commit comments