diff --git a/packages/react-native-codegen/src/cli/combine/combine-js-to-schema.js b/packages/react-native-codegen/src/cli/combine/combine-js-to-schema.js index afca4795f9..c971b4ab97 100644 --- a/packages/react-native-codegen/src/cli/combine/combine-js-to-schema.js +++ b/packages/react-native-codegen/src/cli/combine/combine-js-to-schema.js @@ -20,7 +20,7 @@ function combineSchemas(files: Array): SchemaType { const contents = fs.readFileSync(filename, 'utf8'); if ( contents && - (/export\s+default\s+codegenNativeComponent