expo install --check found newer Expo SDK patch releases on 2026-09-02.
> @persimmon/app@0.1.0 deps:drift /home/runner/work/Persimmon/Persimmon/apps/persimmon
> CI=1 expo install --check
Skipped checking dependencies: react-native-worklets. These dependencies are listed in expo.install.exclude in package.json. Learn more: https://docs.expo.dev/more/expo-cli/#configuring-dependency-validation
The following packages should be updated for best compatibility with the installed expo version:
@expo/metro-runtime@57.0.13 - expected version: ~57.0.15
@expo/ui@57.0.13 - expected version: ~57.0.15
expo@57.0.16 - expected version: ~57.0.19
expo-constants@57.0.14 - expected version: ~57.0.17
expo-dev-client@57.0.15 - expected version: ~57.0.18
expo-file-system@57.0.5 - expected version: ~57.0.6
expo-font@57.0.1 - expected version: ~57.0.3
expo-linking@57.0.7 - expected version: ~57.0.9
expo-router@57.0.16 - expected version: ~57.0.18
expo-sharing@57.0.15 - expected version: ~57.0.17
expo-system-ui@57.0.2 - expected version: ~57.0.3
react-native@0.86.2 - expected version: 0.86.3
Your project may not work correctly until you install the expected versions of the packages.
Found outdated dependencies
/home/runner/work/Persimmon/Persimmon/apps/persimmon:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @persimmon/app@0.1.0 deps:drift: `CI=1 expo install --check`
Exit status 1
To catch up, run pnpm --filter @persimmon/app exec expo install --fix, then pnpm install, confirm the patches under patches/ still apply, and open a pull request. This is advisory: pnpm verify only checks the lockfile against the installed Expo version.
expo install --checkfound newer Expo SDK patch releases on 2026-09-02.To catch up, run
pnpm --filter @persimmon/app exec expo install --fix, thenpnpm install, confirm the patches underpatches/still apply, and open a pull request. This is advisory:pnpm verifyonly checks the lockfile against the installed Expo version.