Skip to content

Commit

Permalink
Update compiler docs for Expo apps (#7000)
Browse files Browse the repository at this point in the history
Expo now has its own instructions for enabling the compiler.
  • Loading branch information
poteto authored Jun 28, 2024
1 parent 4eacc73 commit e9d2c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/react-compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*/}

Expand Down

0 comments on commit e9d2c63

Please sign in to comment.