entria / react-native-fontawesome

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

IconTypes aren't actually available #43

Closed dayhaysoos closed 5 years ago

dayhaysoos commented 5 years ago

I'd like to use IconTypes for the branding styles of my icons. I'm using version 5.7.0, however, when I look at the node_modules/Icons file, I don't see any IconTypes object getting exported. I've uninstalled and reinstalled with no luck. Any idea why this might be happening?

jgcmarins commented 5 years ago

which version?

leandrosimoes commented 5 years ago

I think that's because npm has not the last commit. A new release must be created. You can see a open issue for this here: #26 Until then, you can install the last commit with npm with this command:

npm install --save git://git@github.com:entria/react-native-fontawesome.git

Let me know if this was the problem.

dayhaysoos commented 5 years ago

Don't need it anymore, but thanks for the responses!