galio-org / galio

Galio is a beautifully designed, Free and Open Source React Native Framework

Home Page:https://galio.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

quangtruongpham opened this issue · comments

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 prop nameof valueios-checkmark-done-circle-outlinesupplied toIcon, expected one of ["ios-add","ios-add-circle",...

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

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/.

This worked for me, i deleted the following

the node_modules

package-lock.json
After i ran expo install