react-native init <projectName>

Initialize a new React Native project named <projectName> in a directory of the same name

Arguments

NameDescription
projectName

Options

NameDescription
--version <version>Shortcut for `--template react-native@version`
--template <template>Uses a custom template. Valid arguments are the ones supported by `yarn add [package]` or `npm install [package]`, if you are using `--npm` option
--npmForces using npm for initialization
--directory <string>Uses a custom directory instead of `<projectName>`
--title <title>Uses a custom app title name for application
--skip-installSkips dependencies installation step
-h, --helpOutput usage information