All Questions
Tagged with eas javascript
28 questions
0
votes
0
answers
32
views
Eas Production build fails, development build works fine
I'm developing an app for iOS using Expo, React Native, Firebase, and JavaScript.
While the development build works flawlessly (npx eas-cli build --profile development --platform ios ), I encounter a ...
0
votes
0
answers
76
views
expo eas build unable to resolve local assets
I cannot get my eas build of my app to work because it can't find the audio file I'm importing on my home screen. The specific eas command I'm running is eas build --platform ios --profile preview. ...
0
votes
0
answers
36
views
Expo build successfully but does not load anything that is being fetched from firestore. And also crashes when navigating
My react native application works perfectly fine on Expo Go so I thought it would be a successful build. After the apk build finished, the data that is loaded on expo go does not load on the apk and ...
0
votes
0
answers
53
views
Expo Camera intermittently unresponsive in iOS build
I'm using the latest version of Expo Camera in my expo react native project and recently the camera has just been performing much worse than before. I've tried recreating the issue here:
import React, ...
0
votes
0
answers
82
views
EAS build failing but works on Expo go
I am trying to build an app for android using EAS which does work when running on Expo Go app but once I build it I get:
What went wrong:
Execution failed for task ':app:createBundleReleaseJsAndAssets'...
1
vote
0
answers
478
views
ESmodule issues with Expo eas build
I'm building a React Native app using Expo.
Using node.js and express.
I had some issues aligning my client and server files in terms of ESmodules and eventually I converted all of my .js files to use ...
5
votes
1
answer
3k
views
Unable to Build React Native Expo project using EAS: Pod install exited with non-zero code: 1
I have an expo react native app built and published on App & Google Stores. After a minor update, I've been trying to build and publish the new version, but I have been having a "pod install ...
1
vote
3
answers
4k
views
`FirebaseInstallations` requires CocoaPods version `>= 1.12.0`, Build failed: Your project requires a newer version of CocoaPods
In my react native project, when I run eas build --platform ios I get this error below
[!] `FirebaseInstallations` requires CocoaPods version `>= 1.12.0`, which is not satisfied by your current ...
0
votes
0
answers
563
views
Expo - Invariant Violation: requireNativeComponent: "RNCViewPager" was not found in the UIManager
I recently integrated @react-navigation/material-top-tabs into my React Native app managed by Expo to implement the navigation stack. The implementation in question:
import React from 'react';
import {...
2
votes
0
answers
359
views
Unable to open in Development Build with the Unknown Scheme
Upon loading up a development build, I am given the error that I am unable to open my app via development build. My build builds correctly without errors.
However, when attempting to load up the app ...
1
vote
2
answers
3k
views
Expo eas IOS build error ('ExpoModulesCore' has a minimum deployment target of iOS 13.0)
I am trying to build my managed workflow project using eas build. For android it builds without any error but for IOS I get the following error:
❌ (node_modules/react-native-fbsdk-next/ios/...
0
votes
2
answers
1k
views
expo-updates: You cannot use the Updates module in development mode in a production app
I'm trying to update expo sdk from 46 to 49 and when I update all the packages I faced a problem related to expo-updates package
in the application I'm using RTL with a default language ar so I need ...
1
vote
0
answers
1k
views
Error compiling iOS app with Expo SDK 49 using fastlane
Stack Overflow community!
I'm currently facing an issue while trying to create an iOS build after updating from Expo SDK 47 to SDK 49. When running my application in Expo Go, everything worked fine ...
0
votes
1
answer
43
views
Expo react-native update icon on build app
So I want to update the icon of my mobile app. But it won't change. I've already published an update that went successful, the in app changes has been changed. The only thing that has not been changed ...
3
votes
0
answers
120
views
How to solve eas update problem in expo project?
I am trying to update my build with eas update
but when I run the command this error shows up:
[expo-cli] TypeError: (0 , _minimatch).default is not a function
I am trying to use eas update and I use ...