You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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",...
The text was updated successfully, but these errors were encountered:
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/.
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 value
ios-checkmark-done-circle-outlinesupplied to
Icon, expected one of ["ios-add","ios-add-circle",...
The text was updated successfully, but these errors were encountered: