After running the command react-native link react-native-vector-icons
I now get a bunch of Redefintion of ...
errors in RCTLog.h in RNVectorIcons (it has a little column house icon, is that a library?) errors in Xcode in my react native project. How do I fix these build errors - I tried react-native unlink react-native-vector-icons
but that errors ERR! It seems something went wrong while unlinking. Error: Cannot read property 'config' of undefined
so it looks like I have to fix this manually.
For context I was trying to work around the font not found errors from using @shoutem/ui with react native.