From 6f6d78f4f0eb23b39b7578b1904edede69ed80c2 Mon Sep 17 00:00:00 2001 From: haverchuck Date: Thu, 10 Oct 2024 16:02:56 -0700 Subject: [PATCH] fix(js): specify RN support for Android and iOS --- src/fragments/start/getting-started/reactnative/setup.mdx | 2 +- src/pages/[platform]/start/quickstart/index.mdx | 2 +- src/pages/gen1/[platform]/start/getting-started/setup/index.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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.