I'm trying to use custom fonts in React-Native.
I have ran both react-native link
and npx react-native link
multiple times.
My react-native.config.js
:
module.exports = {
assets: ["./src/assets/fonts"]
};
My styling:
fontFamily: 'ProximaNova-Regular'
My react dependency versions:
"react": "16.9.0",
"react-native": "0.61.2",