mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
e4814b0d6d
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46890 Add details as this is discussed in the Turbo Native Modules documentation going out in 0.76: ``` Usage: combine-js-to-schema-cli.js <outfile> <file1> [<file2> ...] Options: --help Show help [boolean] --version Show version number [boolean] -p, --platform Platforms to generate schema for, this works on filenames: <filename>[.<platform>].(js|tsx?) [default: null] -e, --exclude Regular expression to exclude files from schema generation [default: null] ``` ## Changelog: [General][Added] Add cli --help details to combine-js-toschema-cli.js Reviewed By: dmytrorykun Differential Revision: D64045337 fbshipit-source-id: a4b977da2cbb0198a5d43f17ca3466ebde21e9a9
@react-native/codegen
Installation
yarn add --dev @react-native/codegen
Note: We're using yarn to install deps. Feel free to change commands to use npm 3+ and npx if you like
Testing
To run the tests in this package, run the following commands from the React Native root folder:
yarnto install the dependencies. You just need to run this onceyarn jest packages/react-native-codegen.