-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels