Hi there.
I've just updated the package to the last version 4.6.0 and there is a problem with the account-group icon.
It looks like here 
Hi, is this iOS or Android? Did you make sure to update font files by either using the gradle approach or doing react-native link react-native-vector-icons again? If so, did you also do clean build?
Hey @oblador
I just run react-native link react-native-vector-icons and run the project on both iOS and Android.
Same thing.
At some point, the icon shows question mark ?.
Can you replicate the same problem? I can't help but think that it's a problem of the icon files.
Thanks.
I have the same issue when i update react-native-vector-icons to new version 5.0.0
Also got this on updating to version 5.0.0
I am having same issue. It is showing me "?" mark in arrow icon. Can anyone help me with it?
So basically I managed to fix my issue by running this react-native link react-native-vector-icons and restarting the build for both ios and android which in my case I was using Android Studio
Most helpful comment
Hey @oblador
I just run
react-native link react-native-vector-iconsand run the project on both iOS and Android.Same thing.
At some point, the icon shows question mark ?.
Can you replicate the same problem? I can't help but think that it's a problem of the icon files.
Thanks.