From d1e8b0017dee12e04dbad9e85f7a8b497e584d1b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 26 Mar 2024 02:26:33 +0000 Subject: ui: Migrate to the new logo everywhere --- apps/mobile/app/signin.tsx | 2 +- apps/mobile/assets/icon.png | Bin 2362 -> 13691 bytes apps/mobile/assets/splash.png | Bin 117993 -> 12200 bytes apps/mobile/components/Logo.tsx | 29 +++++++++++++++++++---------- apps/mobile/package.json | 1 + 5 files changed, 21 insertions(+), 11 deletions(-) (limited to 'apps/mobile') diff --git a/apps/mobile/app/signin.tsx b/apps/mobile/app/signin.tsx index ceb4c8d1..2255424e 100644 --- a/apps/mobile/app/signin.tsx +++ b/apps/mobile/app/signin.tsx @@ -56,7 +56,7 @@ export default function Signin() { - + {error && ( {error} diff --git a/apps/mobile/assets/icon.png b/apps/mobile/assets/icon.png index 71ead90c..cbda413d 100644 Binary files a/apps/mobile/assets/icon.png and b/apps/mobile/assets/icon.png differ diff --git a/apps/mobile/assets/splash.png b/apps/mobile/assets/splash.png index 3759c518..399fce63 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 f5f823b5..9fdd1083 100644 --- a/apps/mobile/components/Logo.tsx +++ b/apps/mobile/components/Logo.tsx @@ -1,11 +1,20 @@ -import { Text, View } from "react-native"; -import { PackageOpen } from "lucide-react-native"; +import * as React from "react" +import type { SvgProps} from "react-native-svg"; +import Svg, { Path } from "react-native-svg" +const Logo = (props: SvgProps) => ( + + + + +) +export default Logo -export default function Logo() { - return ( - - - Hoarder - - ); -} diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 63c30426..7c14f5fe 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -29,6 +29,7 @@ "expo-secure-store": "^12.8.1", "expo-share-intent": "^1.1.0", "expo-status-bar": "~1.11.1", + "expo-system-ui": "^2.9.3", "expo-web-browser": "^12.8.2", "lucide-react-native": "^0.354.0", "nativewind": "^4.0.1", -- cgit v1.2.3-70-g09d2