Update compiler docs for Expo apps (#7000)

Expo now has its own instructions for enabling the compiler.
This commit is contained in:
lauren
2024-06-28 09:27:06 -04:00
committed by GitHub
parent 4eacc736ef
commit e9d2c63e94

View File

@@ -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*/}