Unable to resolve dependencies when upgrading to 35

Hi all,

I have upgraded my project from 34 to 35, but for some reason, i am unable to build my android project.

I keep getting:
Caused by: org.gradle.internal.resolve.ModuleVersionNotFoundException: Could not find com.facebook.react:react-native:35.0.0.

I also get this issue with expoview host.exp.exponent:expoview:35.0.0@aar.

Have i missed something in the upgrade documentation, or is there something else i need to do in Android Studio to resolve these?

Thanks,

Rob

Really struggling with this, seems i may have not done something correctly, build.gradle has the following lines, are these wrong? Android studio can’t seem to locate these dependencies:

implementation('host.exp.exponent:expoview:35.0.0@arr')
{
  transitive = true
  exclude group: 'com.squareup.okhttp3', module: 'okhttp'
  exclude group: 'com.squareup.okhttp3', module: 'okhttp-urlconnection'
}

.....

api 'com.facebook.react:react-native:35.0.0'

Anyone even have the slightest idea?