Unrecognized font family ionicons

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

    Expanding on the exisiting answer and using the solution found on this github issue, do the following;

    1. Close the running packager
    2. Run react-native link react-native-vector-icons
    3. Then run react-native start --reset-cache
    4. Finally run react-native run-ios to restart the simulator

提交回复
热议问题