From 0c6bf855350208f6d0d208a98afd835baa7cca13 Mon Sep 17 00:00:00 2001 From: g-ouattara Date: Thu, 5 Sep 2024 15:03:18 +0000 Subject: [PATCH] new looks for app.json and generated eas.json for build --- app.json | 10 ++++++++-- eas.json | 27 +++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 4efb9f5..cd1a9b9 100644 --- a/app.json +++ b/app.json @@ -24,7 +24,8 @@ "permissions": [ "android.permission.USE_BIOMETRIC", "android.permission.USE_FINGERPRINT" - ] + ], + "package": "com.idrissouattara.beasymobile" }, "web": { "favicon": "./assets/favicon.png" @@ -42,6 +43,11 @@ "launchMode": "most-recent" } ] - ] + ], + "extra": { + "eas": { + "projectId": "5fb441c9-b1c8-4a96-a132-3295cd732a55" + } + } } } diff --git a/eas.json b/eas.json index e69de29..cbb4e09 100644 --- a/eas.json +++ b/eas.json @@ -0,0 +1,27 @@ +{ + "cli": { + "version": ">= 12.0.0", + "appVersionSource": "remote" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "env": { + "EXPO_PUBLIC_API_URL": "http://192.168.1.223:8001" + }, + "distribution": "internal", + "android": { + "buildType": "apk" + } + }, + "production": { + "autoIncrement": true + } + }, + "submit": { + "production": {} + } +} \ No newline at end of file -- libgit2 0.27.1