30-days-of-react-native icon indicating copy to clipboard operation
30-days-of-react-native copied to clipboard

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

Open chengaojian opened this issue 7 years ago • 8 comments

chengaojian avatar Mar 07 '17 03:03 chengaojian

the same.

aliyoge avatar Mar 10 '17 08:03 aliyoge

os 10.12 the same

lenovointer avatar Mar 11 '17 17:03 lenovointer

the same, i just dismiss it manually everytime

DjangoGG avatar Mar 13 '17 03:03 DjangoGG

the same macOS 10.12.3

983563622 avatar Mar 14 '17 06:03 983563622

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

983563622 avatar Mar 14 '17 06:03 983563622

image

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

whytimber avatar Mar 22 '17 06:03 whytimber

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

DjangoGG avatar Mar 29 '17 15:03 DjangoGG

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

vhuabigger avatar Aug 03 '17 14:08 vhuabigger