id | title |
---|---|
react-native-windows-cli |
React Native Windows CLI |
When React Native for Windows is added to a React Native project, a variety of Windows-specific developer commands are added to the react-native
CLI.
The following commands are provided by the the
@react-native-windows/cli
NPM package.
Runs Windows-specific autolinking for your RNW project.
See the react-native autolink-windows docs for detailed usage information.
Runs Windows-specific codegen for native modules.
See the react-native codegen-windows docs for detailed usage information.
Initializes a new RNW project from a given template.
See the react-native init-windows docs for detailed usage information.
Builds your RNW app and starts it on a connected Windows desktop, emulator, or device.
See the react-native run-windows docs for detailed usage information.