Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Create a new project

To get started, initialize a new React Native project.
To get started, initialize a new React Native project for Android or iOS.

<BlockSwitcher>
<Block name="Expo CLI">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/[platform]/start/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2648,7 +2648,7 @@ Before you get started, make sure you have the following installed:
- Configure your AWS account to use with Amplify [instructions](/[platform]/start/account-setup/).


This Quickstart guide will walk you through how to build a Todo application using [Expo](https://expo.dev/)'s TypeScript template.
This Quickstart guide will walk you through how to build a Todo application for Android or iOS using [Expo](https://expo.dev/)'s TypeScript template.

<Callout>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ This runs a development server and allows us to see the output generated by the

<InlineFilter filters={['react-native']}>

To get started, initialize a new React Native project.
To get started, initialize a new React Native project for Android or iOS.

<BlockSwitcher>
<Block name="Expo CLI">
Expand Down