-
Notifications
You must be signed in to change notification settings - Fork 365
Icons are not rendering #3
Comments
Hmm strange, try a few others... Potentially the icon package might be out
|
If I enter a random string, the warning shows a list of all available On Fri, Dec 18, 2015 at 5:42 PM Elliot Hesp notifications@github.com
|
Hmm okay, which version of react native are you running? If you check in the build.gradle file in the android dir it'll tell you the exact version. |
Oh, it looks like I missed fixing this file when upgrading to RN 0.16, On Fri, Dec 18, 2015 at 5:49 PM Elliot Hesp notifications@github.com
|
Yeah 0.16 introduced auto font loading, also make sure the directory is called 'fonts' (note all lower case) too. |
Hi, I rechecked it and I'm really using the correct RN version in the build.gradle file:
|
Strange then. If you head over to
|
I'm having the same problem. Same version of RN and latest version of react-native-vector-icons. I followed up the installation guide a couple of times, no success. @mrcasals did you solve the issue? |
Okay I'll look at this tomorrow - I've got it working myself so hopefully something simple. |
Icons work here on both 0.16 & 0.17... However I did upgrade the vector icons package (https://github.com/oblador/react-native-vector-icons/releases/tag/v1.0.3). Maybe that was causing the problem. The latest release (0.2.1) has this in it, so if you could give that a go, ta. |
Considering its fixed post 0.2.1, will be closing this issue. |
Have anyone problem with this? My versions: I copied fonts and tried the instal react-native-vector-icons - no success |
This is a screenshot of an avatar:
This is what I'm using to render it:
I've made sure I copied the correct font file and restarted the package, but it still doen't load. Any idea?
Thanks!
The text was updated successfully, but these errors were encountered: