Colston Bod-oy
Colston Bod-oy
Encountering several dependency resolution issues when using ```npm create tamagui@latest``` ``` p0e2e8 → ✘ @expo/cli@npm:0.18.30 doesn't provide expo-modules-autolinking to @expo/prebuild-config@npm:7.0.9 [114d3] pc01d8 → ✘ @my/config@workspace:packages/config doesn't provide react to @tamagui/animations-react-native@npm:1.114.1...
So I followed the documentation on how to load fonts: [Configuration](https://tamagui.dev/docs/core/configuration#quick-start) and I was able to load my fonts on expo. apps/expo/app/_layout.tsx: ```javascript // ... import { Glegoo_400Regular, Glegoo_700Bold }...