From f2f46368d9c27e70415f15b4ee6f7ff08ecffb2a Mon Sep 17 00:00:00 2001 From: castdrian Date: Mon, 15 Jan 2024 09:07:48 +0100 Subject: [PATCH] fix: fix the asset paths --- apps/mobile/app.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 6779bff..74f4d26 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -5,9 +5,9 @@ "version": "1.0.0", "orientation": "portrait", "scheme":"dev.movieweb.app", - "icon": "./assets/icon.png", + "icon": "./assets/images/icon.png", "splash": { - "image": "./assets/splash.png", + "image": "./assets/images/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, @@ -24,13 +24,13 @@ }, "android": { "adaptiveIcon": { - "foregroundImage": "./assets/adaptive-icon.png", + "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#FFFFFF" }, "package": "dev.movieweb.app" }, "web": { - "favicon": "./assets/favicon.png", + "favicon": "./assets/images/favicon.png", "bundler": "metro" }, "plugins": [