Skip to content

Commit 5435ce5

Browse files
authored
fix(js): specify RN support for Android and iOS (#8030)
1 parent 827cf20 commit 5435ce5

File tree

3 files changed

+3
-3
lines changed
  • src
    • fragments/start/getting-started/reactnative
    • pages

3 files changed

+3
-3
lines changed

src/fragments/start/getting-started/reactnative/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Create a new project
22

3-
To get started, initialize a new React Native project.
3+
To get started, initialize a new React Native project for Android or iOS.
44

55
<BlockSwitcher>
66
<Block name="Expo CLI">

src/pages/[platform]/start/quickstart/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,7 +2648,7 @@ Before you get started, make sure you have the following installed:
26482648
- Configure your AWS account to use with Amplify [instructions](/[platform]/start/account-setup/).
26492649
26502650
2651-
This Quickstart guide will walk you through how to build a Todo application using [Expo](https://expo.dev/)'s TypeScript template.
2651+
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.
26522652
26532653
<Callout>
26542654

src/pages/gen1/[platform]/start/getting-started/setup/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ This runs a development server and allows us to see the output generated by the
255255

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

258-
To get started, initialize a new React Native project.
258+
To get started, initialize a new React Native project for Android or iOS.
259259

260260
<BlockSwitcher>
261261
<Block name="Expo CLI">

0 commit comments

Comments
 (0)