Skip to content

Commit

Permalink
EAS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mariofix committed Jul 3, 2023
1 parent d47b2db commit 67a7d74
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ web-build/
# macOS
.DS_Store

.vscode
package*.json
.vscode
7 changes: 6 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,17 @@
"icon": "./assets/icon.png",
"version": "1.1.0",
"android": {
"package": "com.mariofix.ferias-libres",
"package": "com.mariofix.feriaslibres",
"versionCode": "2",
"adaptiveIcon": {
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#FFFFFF"
}
},
"extra": {
"eas": {
"projectId": "7fcfa05f-ea0c-4684-bc2f-3a542d9fb924"
}
}
}
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"web": "expo start --web"
"android": "expo start --android"
},
"dependencies": {
"axios": "^1.4.0",
Expand Down Expand Up @@ -40,4 +39,4 @@
"name": "ferias-libres",
"version": "1.1.0",
"private": true
}
}

0 comments on commit 67a7d74

Please sign in to comment.