Support web as a first class citzen

Author: brunolemosCreated Dec 26, 2016Updated Jul 5, 2019

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.

Source: oblador/react-native-vector-icons