react-native-web is great to share code between mobile and web, but currently react-native-vector-icons does not support it.
I see that there are some instructions in the docs, that's not enough because the real solution is to be able to use the same code without any change:
import Icon from 'react-native-vector-icons/ABC';
...
<Icon name="xyz" />
...
I also just found the PR #133 which unfortunately didn't get merged.
I hope we can continue the discussion to support web platform out of the box.
Maybe also distributed multiple font formats like WOFF.
react-native-web is great to share code between mobile and web, but currently
react-native-vector-iconsdoes not support it.I see that there are some instructions in the docs, that's not enough because the real solution is to be able to use the same code without any change:
I also just found the PR #133 which unfortunately didn't get merged.
I hope we can continue the discussion to support web platform out of the box.
Maybe also distributed multiple font formats like
WOFF.