From 49efe1413ca3f4d9a4ba905bbf46ccd37dbee800 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 6 Apr 2025 11:38:46 +0100 Subject: fix(mobile): Update karakeep logo and splash screen --- apps/mobile/app.json | 6 +++--- apps/mobile/app/signin.tsx | 2 +- apps/mobile/assets/splash-white.png | Bin 13550 -> 11305 bytes apps/mobile/assets/splash.png | Bin 12200 -> 10268 bytes apps/mobile/components/Logo.tsx | 23 +++++++++++++---------- 5 files changed, 17 insertions(+), 14 deletions(-) (limited to 'apps') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index 4cee12ec..22c802ba 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -1,6 +1,6 @@ { "expo": { - "name": "Karakeep App", + "name": "Karakeep", "slug": "karakeep", "scheme": "karakeep", "version": "1.6.9", @@ -29,7 +29,7 @@ "NSAllowsArbitraryLoads": true } }, - "buildNumber": "22" + "buildNumber": "23" }, "android": { "adaptiveIcon": { @@ -47,7 +47,7 @@ } }, "package": "app.hoarder.hoardermobile", - "versionCode": 22 + "versionCode": 23 }, "plugins": [ "./plugins/trust-local-certs.js", diff --git a/apps/mobile/app/signin.tsx b/apps/mobile/app/signin.tsx index 17a2158d..0d160398 100644 --- a/apps/mobile/app/signin.tsx +++ b/apps/mobile/app/signin.tsx @@ -121,7 +121,7 @@ export default function Signin() { comp={(styles) => ( )} diff --git a/apps/mobile/assets/splash-white.png b/apps/mobile/assets/splash-white.png index 23df57d7..1059c26b 100644 Binary files a/apps/mobile/assets/splash-white.png and b/apps/mobile/assets/splash-white.png differ diff --git a/apps/mobile/assets/splash.png b/apps/mobile/assets/splash.png index 399fce63..0ab4af6d 100644 Binary files a/apps/mobile/assets/splash.png and b/apps/mobile/assets/splash.png differ diff --git a/apps/mobile/components/Logo.tsx b/apps/mobile/components/Logo.tsx index ba949ed4..2581e512 100644 --- a/apps/mobile/components/Logo.tsx +++ b/apps/mobile/components/Logo.tsx @@ -1,17 +1,20 @@ import type { SvgProps } from "react-native-svg"; import * as React from "react"; -import Svg, { Path } from "react-native-svg"; +import Svg, { G, Path } from "react-native-svg"; const Logo = (props: SvgProps) => ( - - - + + + + + + + + + + + + ); export default Logo; -- cgit v1.2.3-70-g09d2