diff --git a/assets/adaptive-icon.png b/assets/adaptive-icon.png index f687292f..ccff882d 100644 Binary files a/assets/adaptive-icon.png and b/assets/adaptive-icon.png differ diff --git a/assets/appName.png b/assets/appName.png deleted file mode 100644 index 54ab6265..00000000 Binary files a/assets/appName.png and /dev/null differ diff --git a/assets/appName_dark.png b/assets/appName_dark.png deleted file mode 100644 index d44dc482..00000000 Binary files a/assets/appName_dark.png and /dev/null differ diff --git a/assets/icon.png b/assets/icon.png deleted file mode 100644 index 8274aaaa..00000000 Binary files a/assets/icon.png and /dev/null differ diff --git a/assets/icon_transparent_dark.png b/assets/icon_transparent_dark.png deleted file mode 100644 index c75f7f8d..00000000 Binary files a/assets/icon_transparent_dark.png and /dev/null differ diff --git a/assets/logo_transparent.png b/assets/logo_transparent.png deleted file mode 100644 index 6e74826f..00000000 Binary files a/assets/logo_transparent.png and /dev/null differ diff --git a/config/app.config.ts b/config/app.config.ts index de76eb40..db23e5e3 100644 --- a/config/app.config.ts +++ b/config/app.config.ts @@ -47,7 +47,7 @@ const config: ExpoConfig = { version: `${version}${!IS_PROD ? `-${_appVariant}` : ''}`, scheme: 'cashu', orientation: 'portrait', - icon: './assets/icon.png', + icon: './assets/icon_transparent.png', userInterfaceStyle: 'light', splash: { image: './assets/splash.png', diff --git a/package-lock.json b/package-lock.json index 03856638..0396723e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "enuts", - "version": "0.0.3-alpha", + "version": "0.0.5-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "enuts", - "version": "0.0.3-alpha", + "version": "0.0.5-alpha", "license": "AGPL-3.0-only", "dependencies": { "@bugsnag/expo": "^48.1.0",