entria/react-native-fontawesome

IconTypes aren't actually available

dayhaysoos opened this issue · 3 comments

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?

which version?

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.

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