Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hola-soy-milk authored Feb 20, 2024
1 parent 07f5c6a commit e180f3b
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,21 +401,6 @@ In `app.json`, add the following to 'expo':
}
```

Change the `babel.config.cjs` to the following:

```javascript
module.exports = function (api) {
api.cache(true);
return {
presets: ["babel-preset-expo"],
plugins: [
// NOTE: `expo-router/babel` is a temporary extension to `babel-preset-expo`.
require.resolve("expo-router/babel"),
],
};
};
```

Move `App.tsx` to `app/index.tsx` (make sure imports and component names move along!), and create a new `index.tsx` with the following:

```typescript
Expand Down

0 comments on commit e180f3b

Please sign in to comment.