Skip to content

Commit 3b2eeee

Browse files
authored
Update expo-new.mdx
Fixing typos, should be babel.config.js instead of metro.config.js
1 parent a4f7965 commit 3b2eeee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/documentation/docs/get-started/expo-new.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ module.exports = config;
122122
```
123123

124124
#### Step 7 - Update `babel` config
125-
```js copy filename="metro.config.js"
125+
```js copy filename="babel.config.js"
126126
module.exports = function(api) {
127127
api.cache(true);
128128
return {
@@ -239,4 +239,4 @@ pnpm expo run:ios
239239
```bash copy
240240
bun expo run:ios
241241
```
242-
</CodeTabs>
242+
</CodeTabs>

0 commit comments

Comments
 (0)