npm.io
2.1.3 • Published 1 year agoCLI

react-native-macos-init

Licence
MIT
Version
2.1.3
Deps
7
Size
20 kB
Vulns
0
Weekly
0
Stars
4.4K

react-native-macos-init

CLI to bootstrap the addition of the macOS platform to react-native projects.

Usage

Run this from an existing react-native project to install react-native-macos and generate initial project files for macOS.

Example usage

$ npx react-native init AwesomeProject
$ cd AwesomeProject
$ npx react-native-macos-init

Options:

option description type
--help Show help [boolean]
--version The version of react-native-macos to use [string]
--verbose Enables logging [boolean]
--overwrite Overwrite any existing files without prompting [boolean]
--prerelease Install prerelease version without prompting [boolean]