Skip to content

Commit

Permalink
fix(js): specify RN support for Android and iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
haverchuck committed Oct 10, 2024
1 parent a390eb2 commit 6f6d78f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/fragments/start/getting-started/reactnative/setup.mdx
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

0 comments on commit 6f6d78f

Please sign in to comment.