Unrecognized font family ionicons

后端 未结 9 1186
礼貌的吻别
礼貌的吻别 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 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 :)

提交回复
热议问题