React-native-vector-icons: MaterialCommunityIcons icon is displaying wrong

Created on 4 Apr 2018  路  6Comments  路  Source: oblador/react-native-vector-icons

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 screenshot 2018-04-04 09 48 07

Most helpful comment

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.

All 6 comments

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

Was this page helpful?
0 / 5 - 0 ratings