expo-cli init [name]
Create a new Expo project
Arguments
Options
Name | Description |
---|
-h, --help | Output usage information |
-t, --template [name] | Specify which template to use. Valid options are "blank", "tabs", "bare-minimum" or a package on npm (e.g. "expo-template-bare-minimum") that includes an Expo project template |
--npm <boolean> | Use npm to install dependencies. (default when Yarn is not installed) |
--yarn <boolean> | Use Yarn to install dependencies. (default when Yarn is installed) |
--no-install <boolean> | Skip installing npm packages or CocoaPods |
--name [name] | The name of your app visible on the home screen |
--yes <boolean> | Use default options. Same as "expo init . --template blank |