guide of how to use react-native-vector-icons on web with webpack and react-app-rewired
- yarn add react-native-vector-icons react-native-web
- yarn add react-app-rewired -D
- update package.json scripts (before
react-scripts start/build/test
)
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",