create-react-native-app <name>

Creates a new React Native project

Arguments

NameDescription
namefolders

Options

NameDescription
--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, --helpOutput usage information
-V, --versionOutput the version number