I've installed galio framework, but I also have react native vector icons installed.
I'm doing react native by itself (not expo). And occassionally, more often I'm getting undefined font family, whether it be Feather or Font Awesome.
I've searched on the internet, and people say do react-native link react-native-vector-icons
so I do that, fixes the problem temporarily, and then it happens again. I run the link again, and fixes again, then happens over and over.
Then when I close the simulator, and run npx react-native run-ios
, build fails tells me that I need to unlink the react native vector icons...