Skip to content

Commit

Permalink
eas config removed
Browse files Browse the repository at this point in the history
as it's unique per project
  • Loading branch information
kanzitelli committed Sep 23, 2022
1 parent 2516eed commit e3f2985
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ web-build/
.DS_Store

*.env
.eas.json
_scripts/
.expo
media/
Expand Down
11 changes: 1 addition & 10 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"backgroundColor": "#ffffff"
},
"updates": {
"fallbackToCacheTimeout": 0,
"url": "https://u.expo.dev/67c2aff3-a838-43b9-b7ef-4196611a0314"
"fallbackToCacheTimeout": 0
},
"assetBundlePatterns": ["**/*"],
"ios": {
Expand All @@ -29,14 +28,6 @@
},
"web": {
"favicon": "./assets/favicon.png"
},
"extra": {
"eas": {
"projectId": "67c2aff3-a838-43b9-b7ef-4196611a0314"
}
},
"runtimeVersion": {
"policy": "sdkVersion"
}
}
}
22 changes: 0 additions & 22 deletions eas.json

This file was deleted.

0 comments on commit e3f2985

Please sign in to comment.