Create Custom Font for React Native App with Expo

Tiempo de lectura: < 1 minuto Reading time: < 1 minute Today we will learn how we can add a custom font using React Native with Expo. The first thing we need to do is download our font, for example from https://fonts.google.com/ Now we will save it inside assets/fonts Next, we will go to our entry point, in my case it … Read more