Skip to content

Commit

Permalink
chore: enable Expo SDK 51 fast resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed May 9, 2024
1 parent d42417b commit 48d7e9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true

env:
EXPO_USE_FAST_RESOLVER: true # Use the faster Metro resolver in SDK 51

jobs:
mobile:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true

env:
EXPO_USE_FAST_RESOLVER: true # Use the faster Metro resolver in SDK 51

jobs:
packages:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions apps/mobile/eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"paths": [
"../../node_modules/.cache/turbo"
]
},
"env": {
"EXPO_USE_FAST_RESOLVER": "true"
}
},
"development": {
Expand Down

0 comments on commit 48d7e9b

Please sign in to comment.