Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
quangtruongpham opened this issue Jul 17, 2020 · 3 comments
Open

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

quangtruongpham opened this issue Jul 17, 2020 · 3 comments

Comments

@quangtruongpham
Copy link

quangtruongpham commented Jul 17, 2020

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",...

@kelemenbalazs
Copy link

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

@natalyayyad
Copy link

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
Copy link

walosha commented Nov 12, 2020

This worked for me, i deleted the following

the node_modules

package-lock.json
After i ran expo install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants