expo_create_app
Initialize a new Expo/React Native project with customizable templates, skipping prompts and installing dependencies as needed.
Instructions
Create a new Expo/React Native project with template support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | Yes | Name of the new project | |
| template | No | Project template (blank, tabs, bare, etc.) | |
| npm | No | Use npm instead of yarn | |
| install | No | Install dependencies (default: true) | |
| yes | No | Skip all prompts (default: false) |