From 952d5851417a93b5e627a75f5345ac6272eebbaa Mon Sep 17 00:00:00 2001 From: josef Date: Fri, 8 Nov 2024 13:16:24 -0600 Subject: [PATCH] add callout for rn web (#8082) * add callout for rn web * messaging --- src/pages/[platform]/start/quickstart/index.mdx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/[platform]/start/quickstart/index.mdx b/src/pages/[platform]/start/quickstart/index.mdx index 11b5de4a0b1..1ed865d11c5 100644 --- a/src/pages/[platform]/start/quickstart/index.mdx +++ b/src/pages/[platform]/start/quickstart/index.mdx @@ -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. - + + +**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) + + + + 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/).