525 questions
1
vote
1
answer
384
views
Sign and upload an APK built with EXPO to Google Play Console
I am trying to sign and upload my APK to the Google Play Console.
“Inside the assets folder, create a file named adi-registration.properties and paste the provided snippet.”
I have followed this ...
1
vote
2
answers
179
views
Expo-EAS build for android APK
I am new to expo and react-native. I have an app that is written for iOS and Android which I am trying to deploy on Expo so I can install it on external phones for some testing.
I am running my build ...
0
votes
2
answers
123
views
local eas production and development builds failed
Because my expo subscription is free, I hit the build limit and hence, I have to resort to building locally on my machine.
I ran the npx eas build --platform android --profile production --local ...
3
votes
0
answers
68
views
EAS Update not downloading on production build despite matching channels and successful publish
I'm having trouble with EAS Update. The update is successfully published and visible on the Expo Dashboard, but the physical device (installed via TestFlight) is not receiving the changes.
Note on ...
0
votes
1
answer
42
views
Expo Application Services (EAS) Build keeps failing with a "spawn git ENOENT" error
I always use npx eas build --profile development --platform android to build my development build with expo. However today I have a very annoying problem, and although I've searched everywhere, I can'...
1
vote
1
answer
59
views
I'm doing a build and submit via eas and I get the error: ITMS-90683: Missing purpose string in Info.plist
I am doing a build and submit via eas and I get the error:
ITMS-90683: Missing purpose string in Info.plist - Your app’s code references one or more APIs that access sensitive user data, or the app ...
0
votes
0
answers
113
views
Expo EAS Android APK build hangs at “Bundle JS (0/1)” when using expo-router (Metro never finishes)
I’m trying to build an Android APK using EAS Build for an Expo + React Native project, but the build consistently hangs at the “Bundle JS” step and never completes.
Command used
eas build -p android --...
0
votes
0
answers
36
views
Expo - Add pre-install script to fingerprinting stage
I am trying to run a node script to generate a list of appDomains I need for Apple deeplinking. This node script calls an api to get a list of domains required.
In the build step this works well as a '...
1
vote
0
answers
67
views
FlashList cells rendering blank after EAS build with custom expo-build-properties config plugin
I have a FlashList displaying a complex list of items. To optimize it, I am using getItemType, overrideItemLayout, and keyExtractor. Everything works perfectly in Expo Go and on a local build (npx ...
0
votes
2
answers
431
views
iOS EAS Build Fails – “Distribution certificate hasn’t been imported successfully”
I’m working on a React Native app using Expo (SDK 54). The Android build works perfectly, and the app also runs fine on an iPhone device via expo start --tunnel (we've tested it with client as they ...
1
vote
1
answer
78
views
expo keeps building an android app with the same version
Even though I changed my version in app.json, expo keeps building an android app with the same version. What can I do to prevent that from happening? As a result, google play console keeps rejecting ...
1
vote
0
answers
194
views
EAS Build Fails with "Deprecated Gradle features" Cannot Generate APK
I've been trying to generate an APK of my React Native Expo Dev Client app, and I'm stuck on an error. I managed to generate it successfully the first time using EAS Build, and it worked. However, one ...
0
votes
0
answers
96
views
Building React Native / Expo Android app using WSL, getting Unsupported Platform
I work on a Windows machine and have installed WSL with Ubuntu running, followed three different tutorials on how to set up Java and Android SDKs in that environment, and I'm still getting "...
0
votes
0
answers
473
views
React Native/Expo App Can't Resolve Library Module During EAS Build
I'm working with an Nx Monorepo that contains a React Native/Expo app and a TypeScript library. The app works perfectly when running locally in development mode, but fails to build when using EAS ...
1
vote
1
answer
550
views
Expo EAS Build Failing Due to Android SDK and Version Incompatibility
I’m trying to build my Expo project using npx eas build --platform android but the build keeps failing due to Android SDK version mismatches and native dependency compatibility issues.
The app runs ...