diff --git a/scripts/generate-rncore.sh b/scripts/generate-rncore.sh index 00d56ae97fe6fa..275696b0ec55db 100644 --- a/scripts/generate-rncore.sh +++ b/scripts/generate-rncore.sh @@ -9,5 +9,6 @@ # to a location that the podspecs expect. # shellcheck disable=SC2038 -find "$PWD/../Libraries" -name "*Schema.js" -print | xargs yarn flow-node packages/react-native-codegen/src/cli/combine/combine-js-to-schema-cli.js schema-rncore.json + +find "$PWD/../Libraries" -name "*NativeComponent.js" -print | xargs yarn flow-node packages/react-native-codegen/src/cli/combine/combine-js-to-schema-cli.js schema-rncore.json yarn flow-node packages/react-native-codegen/buck_tests/generate-tests.js schema-rncore.json rncore ReactCommon/fabric/components/rncore