Failed to resolve: host.exp.exponent:expoview:28.0.0

hello, i have a expo kit app on version 26.0.0 and followed the instructions to updgrade to 28.0.0, IOS versions seems to be working fine but android is not.

what i did:

  • updated app.json and packages.json with new expo versions.
  • deleted node_modules folder and ran yarn add again.
  • edited both mainApplication.java and app/build.gradle as instructed here.

but when trying to sync the project i get:
Failed to resolve: host.exp.exponent:expoview:28.0.0

i cant find the react-native-28.0.0.aar file anywhere on my project neither, but running yarn add/npm install doesnt seem to create/download the file.

i am really frustrated at not understanding how all of this works, please help.

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