Skip to content

Commit

Permalink
add callout for rn web (#8082)
Browse files Browse the repository at this point in the history
* add callout for rn web

* messaging
  • Loading branch information
josefaidt authored Nov 8, 2024
1 parent 1394091 commit 952d585
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/[platform]/start/quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,13 @@ Before you get started, make sure you have the following installed:
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>
<Callout warning>
**Warning:** React Native for Web is not officially supported yet, but we are working towards official support. We are tracking the progress in [issue #13918 on GitHub](https://github.com/aws-amplify/amplify-js/issues/13918)
</Callout>
<Callout>
Amplify now requires native modules not available through the Expo SDK. As a result, Expo Go is no longer supported but you should still be able to use Expo. [Learn more about dropping support for Expo Go in Amplify v6](/gen1/react-native/build-a-backend/troubleshooting/migrate-from-javascript-v5-to-v6/).
Expand Down

0 comments on commit 952d585

Please sign in to comment.