For questions about the Expo EAS build system
Questions tagged [eas]
370 questions
0
votes
1 answer
EAS Submit, iOS missing icon. How do I fix?
Error:
Your iOS app icon is missing or is an invalid format. The icon must be a 1024x1024 PNG image with no transparency.
Check your icon image and icon configuration in app.json.
Learn more: https://docs.expo.dev/guides/app-icons/
I have been…

thestephenstanton
- 519
- 2
- 20
0
votes
0 answers
Package "expo-image-picker" does not contain a valid config plugin
I have a problem when I try to build my react native project,
I thought maybe there are additional libraries that limit me in the build process, but this is the problem I encountered.
I don't use android studio I use expo
This is the error I…

Shabaz34
- 1
0
votes
0 answers
expo: eas local build failing
whenever I'm running this command eas build -p ios --profile development --local I'm getting an error :
Cocoapods is not available, make sure it's installed and in your PATH
pod --version exited with non-zero code: 1
npx exited with non-zero code:…

Osama Javiş
- 13
- 2
0
votes
0 answers
React Native App crashing (built apk installed on physical device)
I'm experiencing an issue with my react native app built using expo-cli. After generating the apk by:
npx eas build -p android --profile preview
The apk builds successfully with no errors in expo doctor. However, when installed in physical device…
0
votes
0 answers
Expo application (apk, aab) crashes in Wifi connection
I have a crash problem with my apk built with eas.
My app just hangs at splash screen,
I tried to read the log with adb logcat, I have nothing like
after several debugging attempts, i noticed that if the device is connected to a mobile network, the…

Peniel Dialu
- 46
- 3
0
votes
0 answers
React Native app apk build with eas failed with an exception
I've designed a react native mobile app, and app works well when testing it on expo tunnel, but the issue comes when I try to generate an apk for the app. When I run eas build, it runs for some time, and then returns this error
> Task…

BANADDA MUBARAKA
- 37
- 8
0
votes
0 answers
-bash: eas: command not found on mac
After successfully installing eas cli using npm install -g eas-cli.
When I type eas on terminal it shows command not found.
$ npm install -g eas-cli
$ eas
-bash: eas: command not found
0
votes
0 answers
Expo app ios build crashes instantly after splash screen
import * as React from 'react';
import { Text, View } from 'react-native';
import { NavigationContainer } from '@react-navigation/native';
import { createBottomTabNavigator } from '@react-navigation/bottom-tabs';
export default function App() {
…

dr7
- 33
- 4
0
votes
0 answers
(Expo dev client) Invariant Violation: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager
I would like to know why this error "Invariant Violation: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager." appears when I launch the development of my app with the dev client ( npx expo start --dev-client). the app…
0
votes
0 answers
Build & Deploy Expo app issue when testing with Testflight
My I developed and completed the building of a react native application with Expo. I am currently in the process of trying to complete the final build and upload the app to my apple developer account.
With the currently build system, I do the…

ojandali
- 133
- 7
0
votes
0 answers
Expo React Not Building
I am using the eas cli to build my project, I can confirm I successfully logged in via eas login and it's giving me the following error: Entity not authorized: AccountEntity[XXX] (viewer = RegularUserViewerContext[XXX], action = READ, ruleIndex =…

Noob Developer
- 21
- 2
0
votes
0 answers
How to configure environment variables using EAS Secrets?
I am trying to configure environment variables to my Expo project.
In development, the app works perfectly, but for some reason in production it apparently can't make a request, making me unable to test it in an APK Build.
My guess is that the .env…

gchan26
- 25
- 1
- 6
0
votes
1 answer
Where am I wrong ? Expo v48 build fails with gradlew error
I am trying to create an APK build but getting this gradlew error
Node version: 18.16.0
command used: eas build -p android --profile preview
eas.json:
{
"cli": {
"version": ">= 3.14.0"
},
"build": {
"development": {
…

Shamxeed
- 382
- 4
- 8
0
votes
0 answers
build.gradle file always shows some error for my react native app that i build using expo cli
I am having trouble in running build on my react-native mobile app (which is done using command "eas build -p andriod" in terminal at root level). When I remove .expo folder the build runs successfully but when this folder is added, it always shows…

Muhammad Ahmad
- 1
- 2
0
votes
0 answers
Error while running EAS build for React Native Expo Execution failed for task ':app:mergeReleaseResources'
I tried building my app previously using EAS build there was no error but I guess when I changed my icon and splash images I am getting this error. Even though I checked everything like path to the icon and splash screen image, formatting…