For questions about the Expo EAS build system
Questions tagged [eas]
370 questions
0
votes
2 answers
MapView shows blank google maps on debug build
I am new to React Native, I have a managed Expo workflow and want to build just for preview with EAS and as Expo docs say -
https://docs.expo.dev/versions/latest/sdk/map-view/
I need an API key restricted to Android apps, Maps SDK for Android…

G-T
- 111
- 6
0
votes
1 answer
cannot find 'EXUpdatesControllerRegistry' in scope
While building my app with expo for preview, I ran into this bug which I've been stuck on for a while and I'm not exactly sure why this occured.
EXPO-SDK 45
PLATFORM: IOS
WORKFLOW: BARE

Relie Essom
- 959
- 9
- 15
-1
votes
0 answers
eas build crashing without giving an error
i am trying to build my react native app. I used expo to build it. But it gives a gradlew error:
[stderr]
> A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
[stderr]
> Resource compilation…

oxonomy
- 1
- 1
-1
votes
1 answer
Where are my iOS Provisioning Profile & Development Certificates created by Expo EAS?
Ran the local expo/eas iOS build process and chose the option to let Expo create a new Distribution Certificate and a new Provisioning Profile:
eas build --platform ios --local
Now that the certificate and profiles have been created, where can I…

gameveloster
- 901
- 1
- 6
- 18
-1
votes
1 answer
Authentication with Apple Developer Portal failed EAS ios build
I am in the process of creating a React Native app. Is it possible to build a development build for IOS without a paid Apple Developer account? I would like to be able to test my app without paying the fee for a true Apple Developer account, with…

Nolan Carpenter
- 120
- 1
- 9
-1
votes
1 answer
Why am I told to install versioned Expo CLI when it's already installed?
When I run
expo-cli doctor
I get
WARNING: The legacy expo-cli does not support Node +17. Migrate to the versioned Expo CLI (npx expo).
But when I run
yarn expo doctor
I get
expo doctor is not supported in the local CLI, please use expo-cli doctor…

orome
- 45,163
- 57
- 202
- 418
-1
votes
1 answer
React native EAS Android Build fails
Im trying to build My Expo app with EAS build, but it keeps failing, this fails for Android, i am not sure about IOS, i think it has to do with React native navigation
Here is a Screenshot of my package json

Oluwatowo Rosanwo
- 187
- 1
- 4
-2
votes
1 answer
How to change the file type generated by eas in expo?
How to change the file type generated by eas in expo? I want .apk instead of .aab.
By default, eas adds an .aab file for me with the eas build command, but I need an .apk file type.