entria / react-native-fontawesome

React Native Font Awesome Icons
MIT License
176 stars 34 forks source link

Can't make it work on Android #34

Closed djalmaaraujo closed 6 years ago

djalmaaraujo commented 6 years ago

It's working on IOS, but the font is not loading on Android. Am I doing something wrong?

Here's my directory: image

Since it's working in IOS, it's not an implementation problem, more like other weird stuff with the fonts?

My button on android:

image

My button on IOS:

image

PS: I tried renaming all fonts to:

image

Still... not working.

djalmaaraujo commented 6 years ago

Maybe it's a bug or not. When using inside of another the font was missing. I had to use as a sibling of another . Is that the expected behavior?