Questions tagged [eas]

For questions about the Expo EAS build system

370 questions
0
votes
0 answers

eas build showing white screen after splash screen. It was working fine with expo build earlier

Is there any extra step which isnt mentioned in the expo docs. Im stuck since a week this the problem. Can anyone help? Every step mentioned in the docs, finding sol on the internet.
0
votes
0 answers

How do I retrieve a secret in my Expo app?

How do I retrieve a secrete stored using eas secret:create from within my app (created with eas build)? I recall there was some way to do this but I can't recall how it was done. I vaguely recall something like import { Secrets } from…
orome
  • 45,163
  • 57
  • 202
  • 418
0
votes
0 answers

EAS Build IOS - local device is not working

I'm trying really hard to create a .ipa to install it in my iOS device (internal distribution) with this command eas build --platform ios --profile development but it never works. As EAS Build logs says, it seems to be a problem with fastlane…
0
votes
0 answers

Is there a solution to handle native errors or crashes without eject Expo?

I'm novice on React Native development, so I chosed to use Expo. It seems very convinient, but I can't find a way to handle the case when native error occurs. I wanted to use 'setNativeExceptionHandler' from "react-native-exception-handler", but I…
Lunacer
  • 21
  • 1
  • 3
0
votes
1 answer

Problem building app in React Native with expo in Run Gradlew phase

I'm having trouble starting my React Native app build with Expo. This issue is occurring in the Run Gradlew phase, returning the following errors: w: Detected multiple Kotlin daemon sessions at build/kotlin/sessions Deprecated Gradle features were…
0
votes
0 answers

How to use local node modules in eas build?

I have a scenario where I have to use patch-package due to react-native library issue. It worked perfect in development env. But while eas build in cloud it downloads fresh packages of node modules so the error remain same after building the apk. I…
Sayan Dey
  • 173
  • 1
  • 8
0
votes
2 answers

Using "m1-medium" not recognized as valid by EAS

When I follow these instructions on an M2 MBA using Expo SDK 47.0.13 and EAS CLI 3.5.2 (darwin-arm64) I get InvalidEasJsonError: eas.json is not valid. - "build.dev-hardware.resourceClass" must be one of [default, medium] which seems like a…
orome
  • 45,163
  • 57
  • 202
  • 418
0
votes
0 answers

run an EAS dev-client build on actual device for developing

I recently added an NPM package for camera which impacts the Native Modules, so it's not supported by Expo out of the box. Now I am sending a build to EAS and then running that IPA file on my Simulator locally. The issue is that the VideoCamera is…
Phil Lucks
  • 2,704
  • 6
  • 31
  • 57
0
votes
0 answers

Eas build for ios: he `RNMlKit` pod failed to validate due to 1 error

When I run the project on an ios simulator everything seems to bo fine. I want to build the project and generate an app to upload it on testflight using the command: eas build -p ios When I run the command I get an error (from logs): Using Expo…
E.Tabaku
  • 116
  • 8
0
votes
1 answer

Expo EAS build error on ios - _iosPlugins(...).createInfoPlistPluginWithPropertyGuard is not a funciton

I am trying to run a build for a project that I haven't touched in ~4 months, so last build would have been October 2022. I'm getting the following error when running a build: > eas build --profile local --platform ios TypeError: (0 ,…
0
votes
1 answer

EAS engine node is incompatible

I am trying to generate an apk with EAS locally and it gives me an error Following various answers from stack, I have tried deleting node_modudes, yarn.lock and package.json and running yarn install, but at the end of the process it gives me the…
Francisco S
  • 109
  • 7
0
votes
0 answers

When to create a new EAS build for Expo managed app

do I need to create a new build when I changed fallbackToCacheTimeout from 0 to 15 in app.json ? Or can I use OTA update for that ? How do I know when OTA update is sufficient ?
0
votes
0 answers

EAS Build Error in :app:bundleReleaseJsAndAssets

* What went wrong: 1109[stderr] Execution failed for task ':app:bundleReleaseJsAndAssets'. 1110[stderr] > Process 'command 'node'' finished with non-zero exit value 1 1111[stderr] * Try: 1112[stderr] > Run with --stacktrace option to get the stack…
uwuw
  • 1
  • 1
0
votes
0 answers

React Native / Expo Build crashed

I have now built an app with React Native and it works so far on IOS and Android each in Expo Go - but as soon as I create an Android build, the app crashes on certain screens. How can I find out what the reason is? eas build -p android --profile…
0
votes
0 answers

React Native Expo app shows white screen on TestFlight

I have been building an app in React Native with Expo for the last few months. I just got accepted as a Apple Developer so now I am trying to publish my app to TestFlight. Everything seemed to go perfect, the building process passed and I uploaded…