create-react-native-app <command>
Creates a new React Native project
Arguments
Name | Description |
---|
command | folders |
Options
Name | Description |
---|
--template <command> | The name of a template from expo/examples or URL to a GitHub repo that contains an example |
--template-path <command> | The path inside of a GitHub repo where the example lives |
--yes [command] | Use the default options for creating a project |
--no-install [command] | Skip installing npm packages or CocoaPods |
--use-npm [command] | Use npm to install dependencies. (default when Yarn is not installed) |
-h,--help | Output usage information |
-V,--version | Output the version number |