Open yuliantosb opened 2 years ago
Hello, I want to ask how to add custom fonts, I already create react-native.config.js and add this line
react-native.config.js
module.exports = { project: { ios: {}, android: {}, }, assets: ['./src/assets/fonts/'], }
but when I run npx react-native link I got error
npx react-native link
error Linking assets failed. TypeError: Cannot read properties of null (reading 'files')
Is there any solution for this? Thanks in advance
Hello, I want to ask how to add custom fonts, I already create
react-native.config.js
and add this linebut when I run
npx react-native link
I got errorIs there any solution for this? Thanks in advance