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