Questions tagged [eas]

For questions about the Expo EAS build system

370 questions
0
votes
0 answers

How to use Adobe Analytics with Expo?

I am looking for a method to integrate an Expo project with the Adobe Analytics. The existing resources usually recommend ejecting the project first and then using the Adobe's react-native libraries. Is there any method to integrate without…
Mehmet Kaplan
  • 1,723
  • 2
  • 20
  • 43
0
votes
0 answers

Expo-camera doesn't detects faces with eas builds, works well on expo go

Expo camera's property onFaceDetected doesn't gets triggered while testing with eas builds like expo-dev-client or apk files using EAS cli. It works fine on Expo Go. But when using eas builds, it results in no response from onFaceDetected property.…
0
votes
0 answers

Expo App is stuck on splashscreen in Testflight

I'm having an issue: I built my app using expo eas, first time the app crashed, so I found that I need to wait for the font to load, so I've changed my app entry like this: const [appIsReady, setAppIsReady] = useState(false); let [fontsLoaded]…
red
  • 1,529
  • 1
  • 12
  • 33
0
votes
0 answers

Error compiling iOS app with Expo SDK 49 using fastlane

Stack Overflow community! I'm currently facing an issue while trying to create an iOS build after updating from Expo SDK 47 to SDK 49. When running my application in Expo Go, everything worked fine initially, and builds were successful with SDK 47.…
0
votes
1 answer

Expo react-native update icon on build app

So I want to update the icon of my mobile app. But it won't change. I've already published an update that went successful, the in app changes has been changed. The only thing that has not been changed is the icon. How can I update it?
Moemen Hussein
  • 394
  • 5
  • 16
0
votes
0 answers

EAS react-native build has instances of EXUpdatesControllerRegistry without expo-updates library

I'm currently building an iOS app with React Native (managed by Expo). I use EAS (Expo Application Services) to create a production build for the Apple App Store. However, on each app review, the app gets rejected with the following reason - Thank…
0
votes
0 answers

A problem occurred evaluating project ':expo-dev-client'

I'm trying to build my expo app with eas build --profile development --platform android, but after a long waiting, I get an error [stderr] FAILURE: Build completed with 2 failures. [stderr] 1: Task failed with an…
0
votes
0 answers

Failed to upload the project tarball to EAS Build - Android Platform

I'm trying to build the app for Android with google play console, but after I enter the build command eas build --platform android it gives me this error : Compressing project files and uploading them to EAS Build. Learn more:…
0
votes
1 answer

Expo/EAS Build "expo-configure-project.sh: No such file or directory" error

bash: ./Pods/Target Support Files/Pods-common-APP_NAME/expo-configure-project.sh: No such file or directory Command PhaseScriptExecution failed with a nonzero exit code When I try build on EAS, when it runs the build scripts I get this…
zelr
  • 1
0
votes
0 answers

Expo eas cli build QR code won't open the app

I'm fairly new to the Expo cli. And I have an app that I'm trying to develop. I am using 'react-native-google-mobile-ads' module in my application. In order to use this module, I logged in with the eas cli and got a build. The application is…
ttars
  • 69
  • 6
0
votes
0 answers

expo ios build failed with Windows

i am trying to build an app for ios store, but i am having the issue: Build failed: The "Run fastlane" step failed with an unknown error. Refer to "Xcode Logs" below for additional, more detailed logs. i am using an expo-managed workflow and a…
Curtis Crentsil
  • 459
  • 6
  • 20
0
votes
0 answers

EAS Update doesn't allow uppercase in scheme

Expo SDK version 48. EAS CLI version 3.15.1. Bare workflow. I’m having an issue with trying to get eas update working in my app. I inherited this app and already had a bundle identifier set up like this com.name.NAME. Now this isn’t an issue until…
pbrune
  • 348
  • 1
  • 17
0
votes
0 answers

EAS Build stuck at the level of compressing files

I am new to react-native and using expo. I am trying to build an apk for the app I made. I have tried ESA build but once I run the build command it gets stuck hours at compressing project files and uploading to expo servers and eventually fails. I…
0
votes
0 answers

Error while building react-native app with expo eas

When I'm building my React Native app, on running gradlew I get this error. After a successful build, my app should display a main menu with 5 navigation buttons to other views/screens - work on the expo emulator but after building the apk I only…
0
votes
0 answers

API response is taking too long on React Native Expo's Android internal distribution build when using Mobile Data

While testing the app, I noticed that the API response time is significantly slow when I use mobile data. But, it is working as expected when I use Wi-Fi. I've spent all week trying to figure out why. Navigation can take around 10000-30000 ms. The…