Hello, I want to ask how to add custom fonts, I already create react-native.config.js and add this line
module.exports = {
project: {
ios: {},
android: {},
},
assets: ['./src/assets/fonts/'],
}
but when I run npx react-native link I got error
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.jsand add this linebut when I run
npx react-native linkI got errorIs there any solution for this? Thanks in advance