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 your iOS project is using CocoaPods (contains Podfile) and linked library has podspec file, then react-native link will link the library using Podfile.
Add the comment below to the bottom of your podfile.
# Add new pods below this line
Then run "react-native link [package_name]"
This works for me.