For questions about the Expo EAS build system
Questions tagged [eas]
370 questions
0
votes
0 answers
Trying to build app using expo run prebuild and failing in new project build using expo with template
I made a new project using expo CLI with the template option with navigation, I'm trying to run npm expo prebuild and even tough it fnishes without errors when i run npm run android I the app throws this error:
FAILURE: Build completed with 2…

santiago calvo
- 93
- 1
- 6
0
votes
1 answer
Expo stuck in Status: Queued while building the app
My app build( expo react native) is stuck in Status: Queued while the app was building. Now the app is bult ( I see it in the logs) but the status is still Status: Queued and because of that I can't submit my app to the store as the build status is…

reactjs
- 112
- 3
- 10
0
votes
1 answer
Eas android build (eas build --platform android) fails. react-native-firebase_messaging:compileReleaseJavaWithJavac FAILED
I am trying to build my app and it keeps failing. I am not using bare react native rather expo managed workflow I believe.
Whenever I build for development (eas build --platform android --profile development) it builds fine. But when I build for…

Alexander
- 457
- 1
- 4
- 15
0
votes
0 answers
Expo EAS Build a project with a git submoulde
I have an expo react native project which shares a common directory with a react web frontend. The common director is in src/common and it is a separate repository, and I use it in the react native project as a git submodule.
I was building fine,…

Obay Abd-Algader
- 1,079
- 12
- 25
0
votes
3 answers
Expo EAS build fails on Android: run gradlew
Expo EAS build fails on Android: run gradlew

Anicet
- 49
- 1
- 6
0
votes
1 answer
expo EAS build (iOS) fails in Pod installation step
I am trying to build with the command 'eas build --platform ios' but the build fails At Pod installation step. I also tried to clear the cache but nothing changed.
Here are the log:
Auto-linking React Native modules for target `BallNConnect`:…

Tiago
- 61
- 1
0
votes
0 answers
how to create folder in android/app/src/main with expo eas?
I'm working on to make android application with react-native and expo.
I'm using library to render some 3d object.
.obj format file need to be in android/app/src/main/assets to use that library.
I can load pictures something like .jpg, .png but…

hhj0988a
- 1
- 2
0
votes
0 answers
EAS build failing due to internal issue
I am trying to migrate from classical builds to eas but the builds are failing due to some internal reason.
This happened with both bare and managed workflows,
Expo Cli version : 5.2.0
Expo SDK Version : 44.0.0
Here is the error log :
Task…

Specter123
- 153
- 1
- 9
0
votes
1 answer
React Native Expo EAS Build Error - Android
I'm getting an error for my EAS build for ':expo-modules-core' & I'm not able to build via expo build:android.
The full error is below:
[stderr] * Where:
[stderr] Build file '/home/expo/workingdir/build/node_modules/expo-modules-…

Frankinstyyn
- 183
- 1
- 14
0
votes
1 answer
Hot reload using EAS
About a year ago, when I was using Expo to build react native apps, there were :-
hot reload
hosting to Expo build site, from where testers could download by scanning the QR code
run time errors display on emulator or connected device
When I…

Chakra
- 2,525
- 8
- 43
- 82
0
votes
1 answer
EAS build in monorepo failure (Failed to construct transformer: Error: Cannot parse ) Execution failed for task ':app:bundleReleaseJsAndAssets'
Created a new starter template using create-solito-app and then tried to build the project with eas build but the build has failed, the log has been attached.
I'm trying this new approach of creating NextJs and Expo apps with shared code, but I'm…

Joseito Fernandes
- 61
- 6
0
votes
1 answer
eas build error: Provisioning profile doesn't match the entitlements file's value for the com.apple.developer.networking.wifi-info entitlement
Getting error with eas build --platform ios
error: Provisioning profile doesn't match the entitlements file's value for the com.apple.developer.networking.wifi-info entitlement.
When I am running expo build:ios then getting no error.

Muktesh Kumar
- 181
- 2
- 7
0
votes
1 answer
Expo Android Build Doesn't Open
I'm using EAS to build an apk file to test on an android emulator, however, the build immediately quits upon entering the app. I had similar results when trying to open the app using expo go. For what it's worth, the app functions perfectly on all…

MLShax
- 13
- 6
0
votes
1 answer
EAS build error when adding react-native-image-filter-kit
I am trying to implement image filters with react-native-image-filter-kit.
I follow the implementation steps for with react-native >=0.64.0 from here .
I use EAS build. When i try to build a new apk i get the error…

yannisdev
- 11
- 2
0
votes
0 answers
Does eas local build require `expo publish` first?
At present we're migrating our build infrastructure from expo with turtle to use EAS local builds. One of the issues we had with turtle is the need for setting up an external web host or use expo publish before you run turtle.
Does EAS local build…

Archimedes Trajano
- 35,625
- 19
- 175
- 265