I'm trying to run react-native link react-native-vector-icons
command on my terminal. But I get this error:
error Unknown dependency. Make sure that the package you are trying to link is already installed in your "node_modules" and present in your "package.json" dependencies. Run CLI with --verbose flag for more details.
My React native versions :
react-native-cli: 2.0.1
react-native: 0.61.2
How can I run this command without a problem?
npm install react-native-vector-icons
and thenreact-native link react-native-vector-icons
– houman.sanatipackage.json
– iRohitBhatia