Skip to content

Commit

Permalink
feat: test add env variables to eas.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Machado committed Aug 7, 2024
1 parent b3ad2cc commit abbead8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@
},
"env": {
"APP_ENV": "development",
"EXPO_NO_DOTENV": "1"
"EXPO_NO_DOTENV": "1",
"API_URL": "https://dummy.com",
"VAR_NUMBER": "1",
"VAR_BOOL": "true"
},

"prebuildCommand": "prebuild --skip-dependency-update react",
Expand Down

0 comments on commit abbead8

Please sign in to comment.