fyi icon indicating copy to clipboard operation
fyi copied to clipboard

No matching version found for expo@~43.0.0.

Open Tadejo9 opened this issue 3 years ago • 5 comments

From document:

Do you want to integrate Expo modules in a React Native project without Unimodules? Add the "expo": "~43.0.0" dependency in package.json first.

I get the following error:

No matching version found for expo@~43.0.0.

Is migration in bare project possible at this moment?

Tadejo9 avatar Oct 11 '21 07:10 Tadejo9

I'm also running into this issue. When i run yarn install, it gives me a list of packages to select, i select the most recent beta version and if i manually update the version in my package.json i don't get an error anymore, but then when running expo prebuild, it gets stuck on config syncing after installing js dependencies.

matthops avatar Oct 14 '21 22:10 matthops

Hi there, in my case it failed cause of this:

Command `pod repo update` failed.
└─ Cause: Couldn't install: EXLocation » UMTaskManagerInterface. Ensure the CocoaPod "UMTaskManagerInterface" is installed in your project, then run `npx pod-install` to try again.

Any help?

relez avatar Oct 15 '21 15:10 relez

@Tadejo9 @matthops We are still in beta, current latest (beta) version is 43.0.0-beta.4.

@relez did you try what it said? (npx pod-install) If that doesn't work, it's best to open a bug report in https://github.com/expo/expo. This repo is only for the FYI pages.

byCedric avatar Oct 17 '21 21:10 byCedric

@Tadejo9 @matthops We are still in beta, current latest (beta) version is 43.0.0-beta.4.

@relez did you try what it said? (npx pod-install) If that doesn't work, it's best to open a bug report in https://github.com/expo/expo. This repo is only for the FYI pages.

Yes, I did several times, but I was using beta.3 or beta.2! Anyways, I will wait until SDK 43 becomes stable.

Thanks!

relez avatar Oct 17 '21 21:10 relez

@Tadejo9

If your problem is solved can you please close the issue? It sparks joy for maintainers ✨

flexbox avatar Jul 07 '22 13:07 flexbox