SFDX-Data-Move-Utility icon indicating copy to clipboard operation
SFDX-Data-Move-Utility copied to clipboard

Incompatibility with @expo/config-plugins version 7.3.1 and Expo 50 requirement

Open savayer opened this issue 1 year ago • 6 comments

The issue detected by npx expo-doctor@latest

Check Expo config for common issues ✔ Check package.json for common issues ✔ Check dependencies for packages that should not be installed directly ✔ Check for common project setup issues ✔ Check for issues with metro config ✔ Check npm/ yarn versions ✔ Check Expo config (app.json/ app.config.js) schema ✔ Check that native modules do not use incompatible support packages ✔ Check for legacy global CLI installed locally ✖ Check that native modules use compatible support package versions for installed Expo SDK ✔ Check that packages match versions required by installed Expo SDK

Detailed check results:

Expected package @expo/config-plugins@~7.8.0 Found invalid: @expo/[email protected] (for more info, run: npm why @expo/config-plugins) Advice: Upgrade dependencies that are using the invalid package versions and remove resolutions from package.json that are pinning @expo/config-plugins to an invalid version.

One or more checks failed, indicating possible issues with the project.

savayer avatar Feb 14 '24 11:02 savayer

Strange i can use this library with @expo/config-plugins@~7.8.0 and [email protected]

KesoGizmoYoshi avatar Apr 02 '24 17:04 KesoGizmoYoshi

Strange i can use this library with @expo/config-plugins@~7.8.0 and [email protected]

do you get all checks when you run npx expo-doctor?

tymoxx avatar Apr 15 '24 21:04 tymoxx

@tymoxx @KesoGizmoYoshi @savayer any luck here?

purushottam-e9 avatar May 03 '24 11:05 purushottam-e9

I decided to get rid of the react-native-version-check library and to keep the latest released version manually in the repo file. Then the app just makes a request to read latest version and compare it with the currently installed version.

tymoxx avatar May 03 '24 11:05 tymoxx

I also got rid of this package and just use this, works ok for me

savayer avatar May 03 '24 11:05 savayer