Skip to content

Commit

Permalink
fix: properly configure eas github integration (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
CDFN authored May 8, 2024
1 parent f95d361 commit c271119
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions eas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
"developmentClient": true,
"distribution": "internal",
"ios": {
"image": "latest",
"simulator": true
},
"android": {
"image": "latest",
"buildType": "apk"
},
"env": {
Expand All @@ -23,10 +25,20 @@
"APP_VARIANT": "test"
},
"android": {
"image": "latest",
"buildType": "apk"
},
"ios": {
"image": "latest"
}
},
"production": {
"android": {
"image": "latest"
},
"ios": {
"image": "latest"
},
"channel": "production",
"env": {
"APP_VARIANT": "production"
Expand Down

0 comments on commit c271119

Please sign in to comment.