Skip to main content

Questions tagged [deployment]

A series of activities that makes a program available for use (usually in test or production environments)

1 vote
1 answer
42 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