CLI to bootstrap the addition of the macOS platform to react-native
projects.
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] |