Skip to main content

Questions tagged [eas]

For questions about the Expo EAS build system

eas
-1 votes
0 answers
16 views

EAS Authentication with Apple Developer Portal Failed

I am encountering an issue while trying to authenticate with the Apple Developer Portal using eas-cli. However, I received the following error message: Authentication with Apple Developer Portal ...
Zitong Shen's user avatar
1 vote
1 answer
49 views
+100

How to build React Native Expo app using env variables from eas secret?

I have a .env file: REACT_APP_URL={value} REACT_APP_API_URL={value} REACT_APP_VEHICLE_IMAGE_URL={value} REACT_APP_NAME={value} REACT_APP_GA_TRACKING_ID={value} REACT_APP_WEBSITE_URL={value} That is ...
n9p4's user avatar
  • 264
0 votes
0 answers
18 views

Too many package installation in Expo React Native

This is my current package.json and I am installing packages using yarn. Although I only have these dependencies, it installs over 1000 packages and frequently fails to install and gives ➤ YN0001: │ ...
seans's user avatar
  • 9
0 votes
1 answer
25 views

How to generate expo ipa file for ios (like apk in android) using expo eas

How to generate expo IPA file for iOS and install it on my physical iPhone for testing purposes (like apk file in Android) using expo eas. What setting do I need to change in the below code for the ...
Rainul Hassan's user avatar
0 votes
1 answer
35 views

React native AsyncStorage doesn't work in the apk made with expo

Im new working with expo, I developed an application that works as expected in expo go, however when I create the apk with eas build the application does not work correctly, when I open the app it ...
Daniel Salazar Rodriguez's user avatar
0 votes
0 answers
15 views

Unable to Share Deep Links in Expo App via Email

I am trying to implement deep linking in my Expo app to share links via email. I have configured the scheme in app.json and set up the necessary prefixes and screen paths in my navigation container ...
Sumit Sharma's user avatar
0 votes
0 answers
22 views

Expo RN - Android .aab build

I'm not using EAS and I didn't install eas-cli, but I want to generate aab with expo app. I have followed RN docs for Publishing/generating .aab (https://reactnative.dev/docs/signed-apk-android) and ...
Freezy's user avatar
  • 119
0 votes
1 answer
35 views

Do we need android folder in expo while building production build?

I am working with expo and had to use "@react-native-google-signin/google-signin package that was not directly supported by the expo so I had to make an development build for expo (Containing ...
Anand Kumar's user avatar
0 votes
0 answers
22 views

Why Expo OTA Updates doesn't work on my devices?

I'm developing a React Native app using Expo's managed workflow, and I need to set up Over-the-Air (OTA) updates. My app is already configured with Expo's eas.json and app.json for building and ...
Oleksii Maistriuk's user avatar
0 votes
0 answers
66 views

Incorrect package="com.worldit.english" found in source AndroidManifest.xml In Expo EAS

We've been developing the app in React-Native. The problem that we got while building in Expo is Execution failed for task ':app:processReleaseMainManifest'. > Incorrect package="com.worldit....
Dima Sribnyj's user avatar
-1 votes
0 answers
25 views

What can go wrong with Expo Secrets?

In my Expo account, I have a secret called EXPO_BUILD_FIREBASE_API_KEY. My code to access the secret const firebaseConfig = { apiKey: "hard-coded-api-key", //works in testflight (obviously)...
tomwaitforitmy's user avatar
-3 votes
1 answer
47 views

Expo EAS Build / Metro Bundler cannot find AppEntry.js in a fresh macbook repo setup

I just changed laptop and moved setup all the tooling on the new Macbbok M1. I'm getting this error which I cannot find any similar cases for in the web. When bundling the metro bundler is complaining ...
bitoiu's user avatar
  • 7,296
0 votes
0 answers
28 views

Can I Use Expo EAS for a React Native Project Not Created with Expo?

I am working on a React Native project that was not created using Expo. I would like to use Expo EAS (Expo Application Services) to build my project, but I am running into some issues. Here are the ...
Salih Burak Çoşkun's user avatar
1 vote
0 answers
48 views

EAS Build Failing with "Undefined Symbols for Architecture arm64" Error in React Native Project

❌ Undefined symbols for architecture arm64 ┌─ Symbol: _OBJC_CLASS_$_RCTEventDispatcher └─ Referenced from: __OBJC_$_CATEGORY_RCTEventDispatcher_$_Reanimated in RCTEventDispatcher+Reanimated.o ❌ ld: ...
Solomon Snow's user avatar
0 votes
1 answer
25 views

I am getting an error with AAB upload n google console

I am trying to upload my aab file for production and i get this error: Your APK or Android App Bundle needs to have the package name com.xxx.aaa. I am using eas to build the aab. This is my app.json { ...
tasosger's user avatar

15 30 50 per page
1
2 3 4 5
35