Skip to content

Commit a122729

Browse files
authored
Merge pull request #407 from agussuwerdo/patch-1
docs(Expo SQLite): fix js copy filename
2 parents d6b673a + 3b2eeee commit a122729

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)