How can custom fonts be added in React Native without using "link"?
I've been trying to add a custom .ttf font in my React Native project but Metro keeps telling me it's an "Unrecognized font family" in the iOS simulator. At first I tried using npx react-native link, but I found out…