All Questions
1 question
2
votes
1
answer
941
views
How do you pass an environment variable from a script to a React Native file?
I feel like I'm doing everything right but I must be going wrong somewhere. I'm not using Expo or create-react-app. I'm on a Macbook.
First, I run npm run start, which runs a script. The script looks ...