I'm doing an app on React-Native ( react-native-cli: 2.0.1 ).
When trying to install and generate the link Vector-icons , I get these errors.
The first error is thrown at me when trying to install the library. and the second error is thrown when I try to generate the Link of the library this is the command that I use: react-native link react-native-vector-icons
.
By the way I use Genymotion to emulate the android device.