Fix android app not starting due to icon

This commit is contained in:
Zoe Roux 2024-08-21 22:46:42 +02:00
parent da21984290
commit 809bfc49cd
No known key found for this signature in database

View File

@ -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) => ( */
/* <Svg viewBox="0 0 128 128" {...props}> */