How to build React Native Expo app using env variables from eas secret?
The bounty expires in 5 days. Answers to this question are eligible for a +100 reputation bounty. n9p4 is looking for an answer from a reputable source. 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”: […]