We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: