galio-org / galio

Galio is a beautifully designed, Free and Open Source React Native Framework
https://galio.io/
MIT License
3.13k stars 327 forks source link

can not use some icon from react-native-vector-icons #220

Open quangtruongpham opened 4 years ago

quangtruongpham commented 4 years ago

I can not use some special icons such as checkmark-done-circle-outline, md-checkmark-done-circle-outline, ios-checkmark-done-circle-outline... from Ionicons icon family. react-native-vector-icons ver7.0.0 has been installed, and also import into my code. I headed following erro: Warning: Failed prop type: Invalid propnameof valueios-checkmark-done-circle-outlinesupplied toIcon, expected one of ["ios-add","ios-add-circle",...

kelemenbalazs commented 3 years ago

I have the same issue. Would be nice to resolve somehow. :)

natalyayyad commented 3 years ago

You may want to install the latest version of vector-icons. There is no checkmark-done-circle-outline in Ionicons. However, there is checkmark-done-outline. Check Ionicons list https://ionicons.com/.

walosha commented 3 years ago

This worked for me, i deleted the following

the node_modules

package-lock.json After i ran expo install