I followed the setup instructions in the NativeBase Docs and ran rnpm link. I am getting this error: Unrecognized font family ionicons
rnpm link
also checked by Xco
Expanding on the exisiting answer and using the solution found on this github issue, do the following;
react-native link react-native-vector-icons
react-native start --reset-cache
react-native run-ios