Skip to content

Commit 81dd16b

Browse files
authored
Pass platform argument to generateSchemaInfos function
1 parent 63b1873 commit 81dd16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/react-native/scripts/codegen/generate-artifacts-executor

packages/react-native/scripts/codegen/generate-artifacts-executor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function execute(
139139
: path.join(outputPath, 'ReactCodegen');
140140

141141
if (runReactNativeCodegen) {
142-
const schemaInfos = generateSchemaInfos(libraries);
142+
const schemaInfos = generateSchemaInfos(libraries, platform);
143143
generateNativeCode(
144144
reactCodegenOutputPath,
145145
schemaInfos.filter(schemaInfo =>

0 commit comments

Comments
 (0)