SDK 34 Upgrade Warning Packages Out of Date

Please provide the following:

  1. SDK Version: 34
  2. Platforms(Android/iOS/web/all): All

After upgrading from 33 to 34 I get these warnings:

Some of your project’s dependencies are not compatible with currently installed expo package version:

  • expo-asset - expected version range: ~6.0.0 - actual version installed: ^5.0.0
  • expo-constants - expected version range: ~6.0.0 - actual version installed: ^5.0.0
  • expo-font - expected version range: ~6.0.1 - actual version installed: ^5.0.0
  • expo-web-browser - expected version range: ~6.0.0 - actual version installed: ^5.0.0
    Your project may not work correctly until you install the correct versions of the packages.
    To install the correct versions of these packages, please run: expo install [package-name …]

Yes, you should run expo install expo-asset etc.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.