Error: Autolinking is not set up in `settings.gradle`: expo modules won't be autolinked.

When trying to build the app with EAS build, I get the following error in Run Gradlew
Error: Autolinking is not set up in settings.gradle: expo modules won’t be autolinked.

follow the link below da Run Gradlew

https://services.gradle.org/distributions/gradle-6.8-all.zip

it sounds like you have a bare project without the expo package properly configured. see Installing Expo modules - Expo Documentation

if this is accidental and you didn’t intend to have a bare project, delete the android directory in your project. more info at fyi/prebuild-cleanup.md at main · expo/fyi · GitHub

1 Like

That was it, lack of attention on my part. I’m ashamed.

haha no need to be ashamed! i’m glad that helped

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