Questions tagged [expo-eas]
15 questions
6
votes
1 answer
Expo build EAS - local - SDK location not found
When I used the new build tool from expo called EAS to build my react native application locally:
eas build --platform android --local
I got an error:
SDK location not found. Define location with an ANDROID_SDK_ROOT
All the answers I've found are…

jave.web
- 13,880
- 12
- 91
- 125
4
votes
2 answers
"No permission handler detected." error using react-native-permissions with Expo and dev-client build
I am trying to get react-native-permissions in my dev-client build of Expo to run. The build succeeds, but when I start the app, I am getting a relatively generic "No permission handler detected." error.
Research suggest that adding permissions to…

Michael Brenndoerfer
- 3,483
- 2
- 39
- 50
3
votes
3 answers
Expo EAS: How to link eas update branch with build channel?
I have an expo (v 46.0.0) project with EAS with the following build config (eas.json).
{
"cli": {
"version": ">= 1.1.0"
},
"build": {
"production": {
"channel": "production",
"env": {
"APP_ENV": "production"
…

Philipp Schweiger
- 175
- 2
- 10
2
votes
1 answer
eas device:create for IOS Simulator
Originally asked this question on expo forums but posting it here to widen the net!
https://forums.expo.dev/t/eas-device-create-for-ios-simulator/63417

Francis Leigh
- 1,870
- 10
- 25
1
vote
1 answer
EAS Expo development build succeeds, but production build fails
I am able to build a "development" build using eas build --profile development --platform ios and equally eas build --profile development --platform ios --local
However, production fails using eas build --profile production --platform ios and…

Michael Brenndoerfer
- 3,483
- 2
- 39
- 50
1
vote
0 answers
Losing environment variables after time of inactivity
I need some help because I'm struggling with my react native app, I develop it using expo and build it using eas.
I'm using environment variables declared on my eas.json, pointed into my app.config.ts and retrieved using expo-constants as declared…

R. Milos
- 43
- 1
- 7
1
vote
0 answers
Expo Application Services - Is it possible to disable minification for preview & production builds?
I'm struggling with a minification related issue in react-native-maps that doesn't seem to have a solution yet.
This is making EAS builds in preview to crash on startup so as temporary solution I wanted to disable minification for those builds.
Is…

jphorta
- 2,144
- 3
- 18
- 27
1
vote
0 answers
Apk file which made using eas build of react native expo cli is not works on real device
I've made an app using React Native Expo Cli. It works fine on Expo Go App and I've generated apk file using eas build --profile development --platform android and eas build --platform android. But these does not work on real device.
I've used eas…

Sourav Saha
- 11
- 3
1
vote
2 answers
no launchable updates found in database. --expo-go
I'm trying to run my app on expo-go but when I run the app it loads but I get an error.
"There was a problem running app name", then it asks me to try again.
below this there's another error message. "no launchable updates found in database."
Does…

Relie Essom
- 959
- 9
- 15
0
votes
0 answers
How to install react-navigation to an ejected expo project?
currently I ejected my Expo project because I am working with the Bluetooth Low Energy library, and when I try to install React Navigation, I am facing the error "Invariant Violation: requireNativeComponent "RNSScreen" was not found". It's very…
0
votes
0 answers
Uploading app to Expo EAS and the Android and Ios builds keep failing in the preBuild phase
I have tried both android and Ios and for both the results are the same. everything is fine up until the preBuild stage. How can I correct this issue so that I can get a successful build? thanks
The images show the errors that I am getting.
Error…

Noah Duran
- 9
- 2
0
votes
1 answer
Execution failed for task ':app:bundleReleaseJsAndAssets'. when running expo EAS services
When I try to build my expo react native app using expo EAS services I get this error as follows,
Please consult deprecation warnings for more details.
426 actionable tasks: 426 executed
[stderr] FAILURE: Build failed with an exception.
[stderr] *…

hewa
- 43
- 7
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
1 answer
Amplify EAS Metro config migration blockList
When migrating to EAS, I was reading the Migration Docs and saw that EAS builds are requiring the entire defaultConfig from expo/metro-config. I was having a tough time looking into how to utilize this mtro.config.js...
const blacklist =…

patataskr
- 325
- 5
- 15
0
votes
1 answer
Expo EAS - How to add Splatters and App Icon
I want to know to add app icons, splatters, etc. in Expo App like the old app.json. I have found nothing on the internet but didn't find anything. Below is my old app.json config.
{
"expo": {
"name": "Shopapp",
"slug": "shop_app",
…

Ranjan Kumar
- 321
- 3
- 4