FortAwesome / react-native-fontawesome

Official React Native component for Font Awesome 5
MIT License
328 stars 53 forks source link

Support Fontawesome Kits #150

Open jfaq89 opened 2 years ago

jfaq89 commented 2 years ago

Hi! Our Design team created a kit and uploaded a couple of custom icons, but I don't seem to get them to work on our React Native application.

Ideally something like this should work:

        <FontAwesomeIcon
                    size={18}
                    color={Colors.white}
                    icon={['fak', 'fa-custom-uploaded-icon-name']}
                />
DKolev commented 2 years ago

Hi, My team has the same question - do you plan such support in the near future? It will help us tremendously with the custom icons we use in our projects.

jfaq89 commented 1 year ago

Any news here? Do you need more information on my side?

schmargi commented 1 year ago

Same for me :) Any plans or any progress?

jfaq89 commented 1 year ago

It's been a while since I posted this issue and there is still no answer. Can someone give me some information about this?

hamol355 commented 1 year ago

Is this something that will be prioritized? @robmadole

jfaq89 commented 1 year ago

I've been waiting since November for an answer...

Estevete commented 1 year ago

Any news on this or any possible workaround?