From e9d2c63e94b259fc74d8a61c86fe373a51072582 Mon Sep 17 00:00:00 2001 From: lauren Date: Fri, 28 Jun 2024 09:27:06 -0400 Subject: [PATCH] Update compiler docs for Expo apps (#7000) Expo now has its own instructions for enabling the compiler. --- src/content/learn/react-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/learn/react-compiler.md b/src/content/learn/react-compiler.md index 3fef7d5c..d40c064c 100644 --- a/src/content/learn/react-compiler.md +++ b/src/content/learn/react-compiler.md @@ -351,7 +351,7 @@ module.exports = reactCompilerLoader; ### Expo {/*usage-with-expo*/} -Expo uses Babel via Metro, so refer to the [Usage with Babel](#usage-with-babel) section for installation instructions. +Please refer to [Expo's docs](https://docs.expo.dev/preview/react-compiler/) to enable and use the React Compiler in Expo apps. ### Metro (React Native) {/*usage-with-react-native-metro*/}