Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.06 KB

react-native-windows-cli.md

File metadata and controls

32 lines (18 loc) · 1.06 KB
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.

react-native autolink-windows

Runs Windows-specific autolinking for your RNW project.

See the react-native autolink-windows docs for detailed usage information.

react-native codegen-windows

Runs Windows-specific codegen for native modules.

See the react-native codegen-windows docs for detailed usage information.

react-native init-windows

Initializes a new RNW project from a given template.

See the react-native init-windows docs for detailed usage information.

react-native run-windows

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.