skip to Main Content

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 my current file of eas.json: { "cli": { "version": ">= 10.0.2" }, "build": { "development": { "developmentClient": true, "distribution": "internal", "ios": { "simulator": true } }, "preview":…

VIEW QUESTION

React native – iOS build failed using Expo EAS build. How can i fix issues with <PBXResourcesBuildPhase UUID=…> and pods not being defining modules?

I'm encountering build errors with Expo's EAS Build service. Some of my Swift pods, including FirebaseCoreInternal, FirebaseCrashlytics, FirebaseFirestore, FirebaseSessions, and FirebaseStorage, are not defining modules, which is causing the build to fail. The error messages suggest setting use_modular_headers! in my…

VIEW QUESTION
Back To Top
Search