Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,14 @@ Prerequisites:

The Ignite CLI will walk you through the steps to ignite a new React Native app:


**Get walked through the prompts for the different options to start your new app**
```bash
# Get walked through the prompts for the different options to start your new app
npx ignite-cli@latest new PizzaApp
```

# Accept all the recommended defaults and get straight to coding!
**or accept all the recommended defaults and get straight to coding!**
```bash
npx ignite-cli@latest new PizzaApp --yes
```

Expand Down