Šimun Kordiš

Results 10 comments of Šimun Kordiš

Hi @nephix, you need to import the new font first. I think the easiest way to do this is to use `useFont` from expo and google font. You can find...

You still need to load it here: ```tsx const [loaded] = useFonts({ Inter: require("@tamagui/font-inter/otf/Inter-Medium.otf"), InterBold: require("@tamagui/font-inter/otf/Inter-Bold.otf"), }); ```

Hi @gaikwadrahul8, Thanks for the reply! Here's my repo: https://github.com/SamuraiF0x/expo-faceMesh Steps I took: 1. installed all dependencies with yarn 2. yarn cache clean 3. expo prebuild 4. expo run:android 5....

Hi @gaikwadrahul8 , I changed `"icon": "./assets/logos/tamagui.svg"` => `"icon": "./assets/icon.png"` in `app.json` (you can pull from main) I think this should fix the error

Hi @gaikwadrahul8, did you manage to resolve the error and prebuild it?

Hi @gaikwadrahul8, No worries, here's my java version: ``` java --version openjdk 17.0.9 2023-10-17 OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9) OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing)...

@KromoS1 @gaikwadrahul8 have you perhaps found a solution?

Hi @gaikwadrahul8, did you have time in the meantime to check this out?

Fix for this was merged (https://github.com/tamagui/starter-free/pull/26), check if your issues are resolved now and let me know :)

pushed a fix https://github.com/tamagui/tamagui/pull/2705 ![image](https://github.com/tamagui/tamagui/assets/22216187/49a5e869-2ff0-4814-9a68-3fae3700af93)