install with below command in my project
npm install react-native-vector-icons --save
when try to use it as reference from Example, getting below errir

Please read the installation instructions.
npm install rnpm -g
npm install react-native-vector-icons --save
rnpm link
same issue here, I tried all the installation options.
Running react-native link and then re-running react-native run-ios worked for me!
okay.thks
I am getting the same error. And have followed Readme instructions, using react-native link and confirmed that that all the manually instructions are satisfied. See my issue. Sorry now I see its a duplicate. @shrimpywu did you ever solve the issue? @oblador I have followed the instructions to the letter.
Following the the manual installation steps worked for me
Most helpful comment
Running
react-native linkand then re-runningreact-native run-iosworked for me!