Could not find host.exp.exponent:expoview:30.0.0

I’m upgrading a detached Expo project from 27 to 30. Followed the steps for upgrading the expokit. However, got this error message while building the android:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_devRemoteKernelDebugApkCopy'.
  > Could not find host.exp.exponent:expoview:30.0.0.
    Required by:
        project :app

Expokit was not in the dependencies

apparently, the script running in our pipeline was removing expokit from package.json. Tweaked the script to prevent this and the problem above was solved.

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