All Questions
166
questions
18
votes
5
answers
7k
views
How to Build 64-bit native code for android using Expo CLI
I am using react-native and EXPO CLI to build the android apk file. But i cant upload to Play store. I get a warning message
Warning This release is not compliant with the Google Play 64-bit ...
10
votes
3
answers
5k
views
Expo's eas build command (iOS) failing when Authenticating with Apple Developer Portal
My team has developed an application and is publishing to the respective app stores.
The user that is trying to build the app is a member of the organization with an apple developer account.
On ...
9
votes
2
answers
10k
views
expo EAS build (iOS) fails in Pod installation step (SDK45 & 46)
I am trying to build iOS app (simulator) from expo managed project. The build fails At Pod installation step.
In Expo SDK 44 everything is okay. But when I upgrade to SDK 45 or even 46, I am facing ...
9
votes
4
answers
6k
views
Expo fails to build, Request failed with status code 400
I'm trying to build a project in expo react native project.
My expo version is 3.2.2, sdkVersion is 35.
When I ran in cmd (on Windows 10)
set EXPO_DEBUG=true
expo build:android -c
I got:
Request ...
8
votes
1
answer
4k
views
How to tell Expo to install npm dependencies with --legacy-peerdeps option?
I'm trying to build my Expo mobile app locally.
When Expo starts the [INSTALL_DEPENDENCIES] step, it performs npm install. But in my case, I'm aware of a legacy package I'm using which is causing some ...
8
votes
4
answers
2k
views
Building my app with Expo causes extra padding on the top of my app's screen (React Native)
I'm building my first app with React Native and I'm using Expo to build my app. My problem is whenever I build my app there comes this extra white space / padding on top of my app. I have tried using ...
7
votes
1
answer
3k
views
Standalone app iOS size too large (218mb) with Expo
Before starting, sorry for my English ! I’ll do my best !
I wanted to build my app for iOS, so, I used “exp build:ios” but that’s makes me an IPA too big ( > 200mb)
So I tried to detach my app to ...
6
votes
3
answers
1k
views
How to get the .dSYM file from expo EAS build?
I have successfully built an app using Expo EAS build and now I want to retrieve the .dSYM file generated.
Anyone know if it's possible? I couldn't find anything related to that in the Expo AES build ...
5
votes
1
answer
14k
views
Expo build for Android stuck in queue
I'm trying to build the expo app with expo build:android but it just stuck with the message Build in progress....
5
votes
2
answers
9k
views
Cannot configure expo app properly `Failed to read config at: /app.config.js`
I am trying to develop an application and I am having trouble getting it to build once I added dotenv.
In my app.config.js I have
import "dotenv/config";
const API_URL = process.env["...
4
votes
1
answer
8k
views
Error npm exited with non-zero code: 1 expo React Native
I'm doing a CRUD on firebase, I'm using expo for react native.
I run the command: eas build -p android --profile preview, and in the Prebuild part it gives me the error: npm exited with non-zero code: ...
4
votes
3
answers
3k
views
Expo build fail: Repeated error about transparency on icon in expo build despite no transparency
I have been trying all afternoon to run expo build:ios with expo-cli for the first time so I can get my first expo app onto TestFlight but I'm repeatedly getting the error: "Your application icon can'...
4
votes
2
answers
4k
views
Expo won't build to simulator instead of physical device
Expo for some reason has started giving me the following error when I try to build using "npx expo run:ios":
Your computer requires some additional setup before you can build onto physical ...
4
votes
2
answers
12k
views
EAS Build:configure... git command not found
EAS is giving me sass with building my react native app. If I run eas build [andoid,ios, or all] I get the following message:
Your Android project is not configured to build with EAS. Set it up now? » ...
4
votes
1
answer
2k
views
expo: No credentials configured for app with bundle identifier
ios build on expo cli is failing with the following error
PS C:\Users\Sarath.N15\IdeaProjects\face-app> expo build:ios
┌─────────────────────────────────────────────────────────────────────────┐
│ │...
3
votes
2
answers
6k
views
When running expo build:android, I get 'expo build:android has been discontinued (January 4, 2023)' Error
When running the command expo build:android I get an error that reads:
expo build:android has been discontinued (January 4, 2023).
I just installed my expo and it works fine on emulator. I am just not ...
3
votes
2
answers
2k
views
Distribution certificate with fingerprint hasn't been imported successfully
Before today, eas build -profile production --platform ios worked well. But since, it give me this error. Do you have any idea what the problem is?
Preparing credentials
Creating keychain
Preparing ...
3
votes
1
answer
12k
views
How to publish expo app that can be accessed by anyone, anywhere using QR code?
after completing the development of an expo app, I want to share it with friends who can check it by QR code or link to a live server. How can I do it?
3
votes
4
answers
4k
views
eas build error: assets_images_bgbanner.png: AAPT: error: file failed to compile
I'm trying to build an expo app using command "eas build -p android" and got the error like this:
[stderr] FAILURE: Build completed with 2 failures.
[stderr] 1: Task failed with an exception....
3
votes
0
answers
1k
views
Android build failed: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information
this is what the ide showing on building - Android build failed: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information., and when opening in expo, ...
3
votes
0
answers
1k
views
Error: package android.content does not exist
I am trying to run eas build for my expo React Native project, and the process keeps failing in the run Gradlew section, and this is the first error to appear in those logs...
Error: package android....
3
votes
1
answer
4k
views
React Native Expo Build failed for task ':app:bundleReleaseJsAndAssets'
I have an error when I try building my react native project with eas, but it works with expo.
Error: The resource `/home/expo/workingdir/build/index.js` was not found.
at /home/expo/workingdir/...
3
votes
0
answers
131
views
does expo:build look at git or file state?
I'm having trouble understanding how expo build:android and expo build:ios work exactly. Do they reference your last git commit on the current branch when creating the build, or do they look at your ...
3
votes
1
answer
4k
views
How can I delete all builds expo.io?
I’d like to delete all android builds expo. How can I do that?
This would help to quickly resolve some issue with signing errors upon profile changes. Right now I have created a different account to ...
2
votes
2
answers
4k
views
Can you create a build using expo without counting for the EAS build count?
I am trying to figure out if all the methods to create a build using expo must go through EAS (Expo Application Services) since apparently they limit the free tier to 30 builds per month.
Can I build ...
2
votes
1
answer
7k
views
Expo build failed for android
I'm building a react native app that is using the ble plx library.
For that I think it got ejected.
Now I'm trying to publish a internal test in the google play store.
I ran the command expo build -p ...
2
votes
4
answers
3k
views
How to build .aab bundle instead .apk file with react native EXPO locally?
When I make a local build of an app created using EXPO react native, I get an .apk file instead of .aab
For testing app build I am using expo template with expo router
npx create-expo-app@latest --...
2
votes
3
answers
2k
views
"expo start --web" suddenly failing with "Body must be a string. Received: undefined"
I have just recently started with React Native and expo.
After completing a test app in the local web/dev server, I have been able to get it to work on an Android phone over a USB connection. But now ...
2
votes
1
answer
2k
views
read ECONNRESET using expo build
I am building an apk for my application which is built by react native using expo
I use expo build:android command in the terminal and after this I got a prompt to choose from:
? Would you like to ...
2
votes
1
answer
2k
views
"expo-location:compileReleaseJavaWithJavac" error while building application using EAS build
Good day.
I am new in React Native and when I want to build my app, I am facing following error:
[stderr] /home/expo/workingdir/build/node_modules/expo-location/android/src/main/java/expo/modules/...
2
votes
2
answers
4k
views
Expo does not find "main" application in production build?
I've been trying to fix this error from a couple weeks ago with no success. The problem is I cannot publish my app because of this.
When I build my expo app for any of both, iOS or Android, the Expo ...
2
votes
1
answer
2k
views
Expo application IPA not working on my iphone
I created an application in React Native with Expo and I want to generate APK and IPA files.
So I used:
exp build:android
exp build:ios
I had no problem with the APK file and it works very well on ...
2
votes
1
answer
2k
views
How to run expo in interactive mode?
I am curently running into an issue when trying to build my expo app (react-native) for iOS.
When running the command exp build:ios I get the folowing error:
[18:11:15] Error while gathering & ...
2
votes
1
answer
990
views
Expo build crashes when building for android, despite gradlew succeeds build
I've recently joined working on an existing project with one other dev. For some reason, I just can't succeed in building the project. I get the following error when running npx expo run:android:
...
2
votes
2
answers
963
views
How can I fix the Execution failed for task ':expo-image-picker:compileReleaseKotlin' error in react-native Expo android build?
Execution failed for task ':expo-image-picker:compileReleaseKotlin'.
I am a beginner in react-native and it is my first project which I'm trying to build.
But on building i receive following errors:
...
2
votes
0
answers
302
views
eas build java.lang.StackOverflowError (no error message)
I am having an issue achieving a successful buld due to two errors. I have no idea how to fix these errors... anyone have an Idea on what to try to correct these errors?
Image of Error
2
votes
0
answers
300
views
After creating a build from expo, the Apk needs metro bundle to run. What am I doing wrong?
I have created a build for android in expo. I got a standalone link which helped me download an Apk link. I installed that apk in my mobile device but it is not getting connected with the backend (api)...
2
votes
0
answers
160
views
expo-development-client cannot find android sdk despite ANDROID_SDK_ROOT being set as an env variable and in the Android SDK manager
Just as the title says.
I've triple checked that the ANDROID_SDK_ROOT is set as an environment variable from my ~/.zshrc file, have sourced it, and verified it's available right before I run expo run:...
2
votes
0
answers
601
views
react-native expo build apk installed but frozen in splash screen
I'm developing my app in expo development client and everything is ok. But when I build android app with expo build:android -t apk and install the app on any device my app freeze at the splash screen(...
2
votes
1
answer
593
views
expo build:android is not starting
After created Google play release, expo build:android getting below error,
ERROR: After run ‘expo build:android’, metro bundle doesnt start and expo prints below output. PS: ‘expo start’ and ‘expo ...
2
votes
1
answer
1k
views
Expo - Build in local
I have a question and I didn't find a clear answer.
It's possible to build android and iOS app in local ?
We can build the application with expo build:android and expo build:ios but these commands ...
2
votes
1
answer
1k
views
Expo managed app eas ios build : "Metro encountered an error: Cannot read property 'transformFile' of undefined"
I'm working on a managed expo app and I use eas services.
I try to make an internal distribution build, on android it's ok but on my ios build fail with this error :
Metro encountered an error:
Cannot ...
1
vote
3
answers
3k
views
A failure occurred while executing com.android.build.gradle.internal.res.Aapt2CompileRunnable
I'm trying to build my expo react native app using eas build -p android but it keeps failing and giving this error:
A failure occurred while executing com.android.build.gradle.internal.res....
1
vote
2
answers
3k
views
EAS Expo creates development build that is not loading the app (but production and simulator builds are working fine)
I have recently migrated from classic build to EAS (well, it was steep learning curve but worth it). Anyhow, now the build for iOS simulator works. Also, a production build works fine in TestFlight. ...
1
vote
2
answers
2k
views
ios app submit failed for AppIcon using eas submit
I am trying to submit my iOS app and I am getting this error:
Your iOS app icon is missing or is an invalid format. The icon must be a 1024x1024 PNG image with no transparency.
Please check your icon ...
1
vote
1
answer
2k
views
Should I need a paid Apple ID to build iOS .ipa from Expo?
I'm developing a Mobile Application using React Native and Expo. I built the .apk by running exp build:android .
BTW, is it possible to build the .ipa by running exp build:ios ? I have an UNPAID Apple ...
1
vote
1
answer
236
views
React-native Expo prebuild failing. Error: " The "paths[1]" argument must be of type string. Received an instance of Object"
After developing most of my app with react-native on expo, I've been trying to build it to check if it works by itself, but when prebuilding I'm running into this particular issue:
C:\Users\...
1
vote
1
answer
606
views
Error while executing process C:\Program Files\Java\jdk-21\bin\jlink.exe with arguments {--module-path C:\Users\thara\.gradle\caches\transforms-
I'm new to react native. I develop a mobile app using expo. Then I tried to build my app with eas build.
It build normally. But after install the apk on my mobile, It stop running on splash screen.
...
1
vote
1
answer
312
views
"build.android.buildType" is not allowed
Firstly, english is not my native language sorry for that.
i'm developing react native project on expo.I need to build project.Eas working on expo.I writed Eas build:configure and create eas.json.
eas....
1
vote
1
answer
204
views
Expo creates build with wrong version code
I'm trying to deploy a new version of my app on Google Store, but expo creates the build with the same version code.
I incremented the versionCode from 1 to 2.
"android": {
"package&...