- 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",
- create a new file named config-overrides.js add it to the root of the project