Seishin's Life
  • Home
  • About Me
Sign in Subscribe

assets

🖊️ Let's add custom fonts to a React Native App!

🖊️ Let's add custom fonts to a React Native App!

It's fairy simple... :) STEP 1: Create a new file in your RN project's root dir with name react-native.config.js and content: module.exports = { project: { ios: {}, android: {}, }, assets: ['./assets/fonts'] }; STEP 2: Now, if you're exporting for Android, go to: $PROJECT_ROOT/android/app/src/main/assets/fonts and
Atanas Dimitrov Nov 2, 2019

Subscribe to Seishin's Life

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Seishin's Life © 2023. Powered by Ghost