Unrecognized font family ionicons

后端 未结 9 1053
礼貌的吻别
礼貌的吻别 2021-02-04 02:19

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

9条回答
  •  长发绾君心
    2021-02-04 02:26

    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.

提交回复
热议问题