For questions about the Expo EAS build system
Questions tagged [eas]
370 questions
0
votes
2 answers
EAS Build failing when React-native-google-mobile-ads is installed
Am trying to use react-native-google-mobile-ads package but my EAS build always fail on both Ios and Android if the package is installed. but builds without issue if i remove the package. I have added both Ios and Android app id in app.josn as…

Johndev247
- 91
- 6
0
votes
0 answers
EAS build android keeps failing
I am trying to build an APK for past few days using ‘eas build’. But facing issues which i am not able to resolve through any means. That’s why came to this forum with hope of a resolution.
My project worked fine on emulators / android devices…

Gopal Krishna
- 55
- 1
- 2
- 9
0
votes
1 answer
EAS Expo Free Plan
about the free expo build package that is given 30build/month…
if I enter in the next month, will I still get another 30 builds again?
For example, if my build in April was 30 builds, will I get another 30 builds in the next month (May)…?

Yanwar Sky
- 751
- 7
- 10
0
votes
0 answers
Eas build In react project Could not determine the dependencies of task ':app:compileReleaseJavaWithJavac'
I am having a lot of issues trying to make an Android build using EAS build. the bellow is the error i am getting, it is also worth noting that I am able to make IOS builds without much issues.
Before migration to EAS we had no issues building…

GHOST
- 203
- 4
- 14
0
votes
1 answer
stuck in white screen after splash screen on ios
I am trying to deploy an minimalistic app using expo (and react native). I have set up a splash screen and 4 other screens. Everything works fine when running expo start (both on ios and android). However when i try to create an dev build, eas build…

FrankyBravo
- 438
- 1
- 4
- 12
0
votes
0 answers
Expo error iOS EAS Build: could not build module 'React'
I'm trying to implement push notification in my app using Expo and react-native-firebase. I have a manage workflow, and followed the steps here.
It works fine in Android, I'm trying to create a build for iOS test flight. But unfortunately I'm…

threeFatCat
- 840
- 13
- 30
0
votes
0 answers
EAS Android build: succeeds on preview & fails on simulator
We are adding an Android build to our existing app so that we can support both devices.
If I use the CI pipeline to build on EAS to install a “preview” app on physical device such as for QA team, with eas build --platform android --non-interactive…

Phil Lucks
- 2,704
- 6
- 31
- 57
0
votes
1 answer
`Cannot automatically write to dynamic config at: app.config.ts` error during `eas build` of react-native app
I am doing a eas build of react-native app made with expo. Getting this error
☁ react-native-news-app [main] ⚡ eas build
★ eas-cli@3.10.2 is now available.
To upgrade, run npm install -g eas-cli.
Proceeding with outdated version.
✔ Select…

cWW
- 29
- 3
0
votes
0 answers
Eas build fails with error:Could not find method compile() for arguments [com.facebook.react:react-native:+]
How to reproduce:
Run eas build --profile development --platform android for the snack at: https://snack.expo.dev/@vaishsharma/bc062f . The package.json can be checked in the snack project.
Description:
I see the below error while building an expo…

cooltogo
- 67
- 12
0
votes
1 answer
App crashes when calling ImagePicker.launchCameraAsync on iOS 13pro, Ipad pro 16.3.1
I am trying to launch camera on real divece(android working well, issue only with ios). Ios/ipad app exit when hit the function. Any smart advice how can i pass it?
import * as ImagePicker from "expo-image-picker";
import * as Device from…

Simon Pasku
- 539
- 2
- 4
- 17
0
votes
0 answers
How to debug an issue that occurs only after eas build?
I have tested an Expo based React Native app on my phone using the Expo app and it works fine. After building the app for Android (creating the AAB file), I deployed it to the Play Console for testing and see the following error:
Stack…
0
votes
0 answers
What does callJSNonFinalObjectCallbackObject refer to?
I have an app built which is running fine on Expo Go & development builds but crashes in preview builds. Every time it crashes, the same message is brought up in the crash logs in Xcode:
Thread 7 name: com.facebook.react.JavaScript
Thread 7…

ProjectDiversion
- 129
- 9
0
votes
0 answers
Your project must have a `package` set in the Expo config
enter image description here I am currently experiencing the error message: Your project must have a package set in the Expo config (app.json). Although this property has a value on the app.json. How do I resolve this.
Checked the app.json. The…
0
votes
0 answers
Expo build failed for Android on Prebuild
Trying to build expo app with expo account using command
eas build --profile production --platform android
But from expo account, it fails at Prebuild with following error
[stderr]
[21:33:34] Error downloading and extracting template package:…

r_batra
- 400
- 3
- 14
0
votes
0 answers
React-native app after eas build not working
I've been developing a react-native app using expo, where you need to make login to then access the rest of the app, the rest includes a bottomTabNavigator with a home, tournaments, checkIn, support, and profile screens. This all work when using npx…

bener07
- 19
- 3