I am working with react native and I only want to link my fonts and nothing else.
I am using react-native-maps and it specifically says in the docs "Do not use react-native link
"
Everywhere I look I see that people say to do react-native link
in order to link fonts but I am wonder in if there is proper syntax for just linking fonts like:
react-native link ./assets/fonts
or something? That way it will not also link all my other libraries
Error: Cannot find module '/node_modules/assets/fonts/package.json
doesn't work with react-native-cli: 2.0.1 – Bridgehead