32
Load fonts at build time
a
andresribeiro
With expo-font the fonts are loaded at runtime every time the app is opened, which makes the startup time a few hundredths of milliseconds slower. It would be awesome if we could preload fonts at build time, like react-native-asset does. This is obviously not possible in development with Expo Go, but it would be possible with expo-dev-client. My suggestion is to pass a path to "fonts" in app.config
Activity Feed
Sort by
Gabriel Alves Cunha
That sounds like a nice and easy update to make apps load faster 🙂