expo / vector-icons

https://icons.expo.fyi
MIT License
647 stars 114 forks source link

Tiktok Icon not working with React Native Web #228

Closed adherb closed 6 months ago

adherb commented 1 year ago

Hello,

This Tiktok icon is undefined when using it in React Native Web. I have tried using the name logo-tiktok and tiktok, but the package cannot find the icon.

Here's my code:

import Ionicons from '@expo/vector-icons/Ionicons'

 <Ionicons name="logo-tiktok" size={30} color="white" />
 <Ionicons name="tiktok" size={30} color="white" />

I can see that the Tiktok icon is available, but I'm unsure why its not working.

mariomurrent-softwaresolutions commented 1 year ago

@adherb Which Icons are working for you in the web version? It seems, that for me none of the icons is working