react-native-macos/packages/react-native-macos-init
React-Native Bot 09cf897e0a applying package updates ***NO_CI*** 2024-10-15 20:02:43 +00:00
..
src fix: Properly import `npm-registry-fetch` in `react-native-macos-init` (#2186) 2024-08-30 16:46:24 -07:00
.gitignore
CHANGELOG.json applying package updates ***NO_CI*** 2024-10-15 20:02:43 +00:00
CHANGELOG.md applying package updates ***NO_CI*** 2024-10-15 20:02:43 +00:00
README.md
bin.js
just-task.js
package.json applying package updates ***NO_CI*** 2024-10-15 20:02:43 +00:00
tsconfig.json

README.md

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]