diff --git a/src/fragments/start/getting-started/reactnative/setup.mdx b/src/fragments/start/getting-started/reactnative/setup.mdx index 7904a1efbbb..287bd4fe934 100644 --- a/src/fragments/start/getting-started/reactnative/setup.mdx +++ b/src/fragments/start/getting-started/reactnative/setup.mdx @@ -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. diff --git a/src/pages/[platform]/start/quickstart/index.mdx b/src/pages/[platform]/start/quickstart/index.mdx index 757302d6aa1..0dcad18b597 100644 --- a/src/pages/[platform]/start/quickstart/index.mdx +++ b/src/pages/[platform]/start/quickstart/index.mdx @@ -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. diff --git a/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx b/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx index 9360c8dde47..a22cb3014bb 100644 --- a/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx +++ b/src/pages/gen1/[platform]/start/getting-started/setup/index.mdx @@ -255,7 +255,7 @@ This runs a development server and allows us to see the output generated by the -To get started, initialize a new React Native project. +To get started, initialize a new React Native project for Android or iOS.