fangwei716 / 30-days-of-react-native

30 days of React Native demos
6.82k stars 1.46k forks source link

I run it ,but error : Unrecognized font family ‘Ionicons’, How to solve ? #39

Open chengaojian opened 7 years ago

aliyoge commented 7 years ago

the same.

lenovointer commented 7 years ago

os 10.12 the same

DjangoGG commented 7 years ago

the same, i just dismiss it manually everytime

983563622 commented 7 years ago

the same macOS 10.12.3

983563622 commented 7 years ago

正如前面人说的:node_modules/react-native-vector-icons/Fonts 把这个文件放到项目里 就可以了 项目正常运行!

whytimber commented 7 years ago

image

copy node_modules/react-native-vector-icons/Fonts to your project

DjangoGG commented 7 years ago

这个问题参见 https://github.com/oblador/react-native-vector-icons image

vhuabigger commented 7 years ago

i got this error too,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 see this https://stackoverflow.com/questions/38713240/unrecognized-font-family-ionicons