added font to react native
$ npx react-native link
added font to react native
$ npx react-native link
how to link custom fonts in react native
$ react-native link
react native link fonts
// create a folder in your root directory /assets/fonts/
// paste the custom fonts you want used in that folder
// create a file in the root called react-native.config.js
// Then add the following:
module.exports = {
project: {
ios: {},
android: {},
},
assets: ['./assets/fonts'],
};
// then run
react-native link
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us