I am using react-native-web and webpack in my project, I need to show icons in my web app, I am trying to use react-native-web-vector-icons.
But I am getting the following error:
./node_modules/react-native-vector-icons/lib/react-native.js Module not found: Error: Can't resolve 'react-native'
Need help to solve this issue.