diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c0350da..d36b1f1 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fdad9a..7557324 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index 7fe316b..a454049 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -10,6 +10,9 @@ "paths": [ "../../node_modules/.cache/turbo" ] + }, + "env": { + "EXPO_USE_FAST_RESOLVER": "true" } }, "development": {