Skip to content

Commit e79188c

Browse files
Guillermo MachadoGuillermo Machado
authored andcommitted
feat: test add env variables to eas.json
1 parent 1ed8db9 commit e79188c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

eas.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@
7979
},
8080
"env": {
8181
"APP_ENV": "development",
82-
"EXPO_NO_DOTENV": "1"
82+
"EXPO_NO_DOTENV": "1",
83+
"API_URL": "https://dummy.com",
84+
"VAR_NUMBER": "1",
85+
"VAR_BOOL": "true"
8386
},
8487
"prebuildCommand": "prebuild --skip-dependency-update react",
8588
"cache": {

0 commit comments

Comments
 (0)