From 76fea77982a21ad99d6cdc9d690c4d73f6d93d73 Mon Sep 17 00:00:00 2001 From: G Date: Tue, 15 Apr 2025 16:50:07 +0000 Subject: [PATCH] changing the background and app icon (this icon doesn't really match the tpe but for now.) --- app.json | 8 ++++---- assets/adaptive-icon.png | Bin 35554 -> 0 bytes assets/images/barnoinpay-icon.png | Bin 0 -> 48100 bytes assets/images/barnoinpay-splash.png | Bin 0 -> 428347 bytes assets/splash-icon.png | Bin 0 -> 17547 bytes 5 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 assets/images/barnoinpay-icon.png create mode 100644 assets/images/barnoinpay-splash.png create mode 100644 assets/splash-icon.png diff --git a/app.json b/app.json index 8615fa0..6c4685d 100644 --- a/app.json +++ b/app.json @@ -1,15 +1,15 @@ { "expo": { "newArchEnabled": true, - "name": "beasy-mobile", + "name": "BarnoinPay", "slug": "barnoinpay-tpe", "version": "1.0.0", "orientation": "portrait", - "icon": "./assets/beasy_icon.png", + "icon": "./assets/images/barnoinpay-icon.png", "userInterfaceStyle": "light", "splash": { - "image": "./assets/beasy_splash.png", - "resizeMode": "cover", + "image": "./assets/images/barnoinpay-splash.png", + "resizeMode": "contain", "backgroundColor": "#00875A" }, "assetBundlePatterns": ["**/*"], diff --git a/assets/adaptive-icon.png b/assets/adaptive-icon.png index 0023112..03d6f6b 100644 Binary files a/assets/adaptive-icon.png and b/assets/adaptive-icon.png differ diff --git a/assets/images/barnoinpay-icon.png b/assets/images/barnoinpay-icon.png new file mode 100644 index 0000000..36f2712 Binary files /dev/null and b/assets/images/barnoinpay-icon.png differ diff --git a/assets/images/barnoinpay-splash.png b/assets/images/barnoinpay-splash.png new file mode 100644 index 0000000..65bdca9 Binary files /dev/null and b/assets/images/barnoinpay-splash.png differ diff --git a/assets/splash-icon.png b/assets/splash-icon.png new file mode 100644 index 0000000..03d6f6b Binary files /dev/null and b/assets/splash-icon.png differ -- libgit2 0.27.1