I followed the setup instructions in the NativeBase Docs and ran rnpm link. I am getting this error:
Unrecognized font family ionicons
also checked by Xco
if you are using 0.60 and above then you need to do the following step :-
UIAppFonts
AntDesign.ttf
Entypo.ttf
EvilIcons.ttf
Feather.ttf
FontAwesome.ttf
FontAwesome5_Brands.ttf
FontAwesome5_Regular.ttf
FontAwesome5_Solid.ttf
Foundation.ttf
Ionicons.ttf
MaterialIcons.ttf
MaterialCommunityIcons.ttf
SimpleLineIcons.ttf
Octicons.ttf
Zocial.ttf
and after this run below command:-
react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios
After clean and build. Run the ios app. This solution work for me :)