From 67a7d74c3cad9872be29a8b81df15b44492d21ec Mon Sep 17 00:00:00 2001 From: Mario Hernandez Date: Mon, 3 Jul 2023 17:23:48 -0400 Subject: [PATCH] EAS fix --- .gitignore | 3 +-- app.json | 7 ++++++- package.json | 5 ++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 54eb861..e8f8a11 100644 --- a/.gitignore +++ b/.gitignore @@ -13,5 +13,4 @@ web-build/ # macOS .DS_Store -.vscode -package*.json \ No newline at end of file +.vscode \ No newline at end of file diff --git a/app.json b/app.json index 2c663ef..2c01ec4 100644 --- a/app.json +++ b/app.json @@ -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" + } } } } \ No newline at end of file diff --git a/package.json b/package.json index f04ac97..69a60f7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -40,4 +39,4 @@ "name": "ferias-libres", "version": "1.1.0", "private": true -} +} \ No newline at end of file