Benjamin Millagou

Results 29 comments of Benjamin Millagou

Hello, I'm sorry I stopped working on the project for a while but I'm now back at it : Upgrading to latest version (0.10) fixed this issue :) Thanks for...

I'm having the same issue here: cannot load any custom font. I tried using directly `expo/vector-icons`, I tried loading custom font with `expo-font` (tried both approaches seen here: https://docs.expo.dev/develop/user-interface/fonts/#use-a-custom-font). Nothing...

The cumbersome "workaround" I found is to use `react-native-svg` to recreate the icon components I want to use with the help of https://reactsvgicons.com/

While trying to create a minimal example, I created another expo app with fresh deps and custom font loading worked 😱 So I updated expo from 50.0.2 to 50.0.4 and...

I only tried dynamic font loading with useFont.You dont need to the app.json part if you use useFont. For me, a lot of things were not working : expo vector...

> > While trying to create a minimal example, I created another expo app with fresh deps and custom font loading worked 😱 So I updated expo from 50.0.2 to...

This is the best issue I’ve ever encountered