From 809bfc49cdb80dc1cabd45dfc662cf55bf054b38 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 21 Aug 2024 22:46:42 +0200 Subject: [PATCH] Fix android app not starting due to icon --- front/packages/ui/src/navbar/icon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/packages/ui/src/navbar/icon.tsx b/front/packages/ui/src/navbar/icon.tsx index cb14ff5d..e0382322 100644 --- a/front/packages/ui/src/navbar/icon.tsx +++ b/front/packages/ui/src/navbar/icon.tsx @@ -19,7 +19,7 @@ */ import Svg, { type SvgProps, Path } from "react-native-svg"; -import { useYoshiki } from "yoshiki"; +import { useYoshiki } from "yoshiki/native"; /* export const KyooLogo = (props: SvgProps) => ( */ /* */