Skip to content

Commit

Permalink
replace webpack with metro
Browse files Browse the repository at this point in the history
  • Loading branch information
danadajian committed Mar 1, 2025
1 parent 8e19ce0 commit bb137b1
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 826 deletions.
2 changes: 2 additions & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
}
},
web: {
bundler: 'metro',
output: 'static',
favicon: './assets/favicon.png'
},
owner: 'danadajian',
Expand Down
6 changes: 0 additions & 6 deletions babel.config.js

This file was deleted.

Loading

0 comments on commit bb137b1

Please sign in to comment.