For questions about the Expo EAS build system
Questions tagged [eas]
370 questions
0
votes
0 answers
Recover keyPassword Eas Expo
Export my jks with which I generated the PEM and reset the signing certificate in play console. But now when I want to add my jks file to eas it asks me to fill in KeystorePath, keystorePassword, keyAlias and keyPassword.
But I can't find a way to…

Julian Franco
- 33
- 6
0
votes
0 answers
Database (Expo SQLite) cannot be created in the apk file
So I recently made an app which uses Expo SQLite package to store items. My goal was obviously to keep the data saved when a user closes the app and then opens it again. It works perfectly fine inside the Expo Go app, but when I ran eas build -p…

majstorsmora
- 3
- 1
0
votes
0 answers
Trying to build my react native app with eas build command, but ends with 403 error
When I build my react native app with eas build I counter this situation
.. Uploading to EAS Build (1.8 MB / 1.8 MB)
Error: Request failed: 403
And the building is rejected.
What is going on here and what should I do
I tried to log out and log in…

Ammar
- 1
0
votes
0 answers
How to create build for react native expo app when using GitHub Actions
I want to deploy my react native expo app using GitHub actions, but I am unable to create build.
Here is my workflow file. I have set the GitHub secrets.
name: s3-depl
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
…

Zahid Ali
- 11
- 2
0
votes
1 answer
Converting Expo Classic's Release Channel to EAS
I have converted our old mobile app to the latest version of expo. Seeing that a lot of things had been deprecated including expo publish, I'm now integrating the eas build to my workflow
In my code before, I have been using Updates.releaseChannel…

Lawrence
- 334
- 2
- 12
0
votes
0 answers
How to run expo eas custom builds on ios device for development
I am using expo but with eas custom builds to support some native code integration and I would like to test and develop on my ios device but couldn't find a way to install development builds to my device.
I am creating a local build with
eas build…

mcnk
- 1,690
- 3
- 20
- 29
0
votes
0 answers
eas android local build failing
I am on react-native 0.71.4 for Android, my development and preview builds on ubuntu linux.
eas build --profile preview --platform android --local
is failing with
Where:
[RUN_GRADLEW] Build file…

Dr BDO Adams
- 416
- 1
- 5
- 13
0
votes
0 answers
Different API URL depending on React Native Expo environment
When I am developing my React Native expo iOS app on my dev machine, I want the API_URL variable to be http://localhost:3000. On the other hand, it should be https://api.website.com when the app is built.
Or something similar where the app can…

gameveloster
- 901
- 1
- 6
- 18
0
votes
1 answer
expo.dev says "[stderr] This command requires Expo CLI. Do you want to install it globally [Y/n]?"
I can't build my expo app for android, with SDK 47. Typed eas build --platform android.
Here's the build screen:
This shouldn't have happened, I don't know how to solve it. I've been dealing with this for two days, people say eject or prebuild and…

iDontKnowWhatImDoing
- 21
- 7
0
votes
0 answers
How to publish updates using "eas update" when the build was created locally
So, these are the steps of my actions -
Created app build locally using "eas build -p ios --clear-cache --local".
Uploaded the ipa file on App Store Connect using Transporter app.
Made the app live on App Store.
Now, I have made some changes in…

Aamir J
- 23
- 5
0
votes
1 answer
How do I fix a dependency conflict with guava ListenableFuture when building an Expo app with eas?
I am building an Expo app using eas which makes use of the react-native-usb-serialport library. When building this library I get the following error:
[stderr]
* What went wrong:
[stderr]
Execution failed for task…

AntPraxis
- 103
- 1
- 7
0
votes
0 answers
Expo eas build IOS with provisioningProfile file , distributionCertificate file and distributionCertificate password
I am working on a react native expo project. I have submitted the app to the google play store but I am having a problem with submitting the app to the app store. my client didn’t share his apple ide access with me. he gave me provisioningProfile…

Joshio Banarjee
- 1
- 1
0
votes
0 answers
The react native app is crashed on android
I builed the apk file by using eas build -p android --profile preview command in the expo and the building process passed successfully.
But when I download the apk file to android and try to open the app, the app is crashed and I get this error.

Arman
- 31
- 3
0
votes
0 answers
after installing APK from eas build the sign in feature in my app doesn't work what can be the causes
I got build using eas build -p android --profile test --local flag and these are my app.json, eas.json and package.json can you help me how can I proceed?
app.json
{ "expo": {
"name": "chat-portal",
"slug": "chat-portal",
"version":…

Berke Palamutcu
- 67
- 1
- 6
0
votes
0 answers
EAS build android app,give error from metro
I'm trying to build the application made with expo and react native where I have extra android/ios settings, everything works fine until this error appears.
Expo SDK:44.00
React-native:0.64.3
React:17.0.1
Task :app:bundleReleaseJsAndAssets
…

Pruteanu Alexandru
- 194
- 5
- 20