React-native-vector-icons: RNVectorIconsManager not available error

Created on 29 Oct 2015  路  7Comments  路  Source: oblador/react-native-vector-icons

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

screen shot 2015-10-29 at 12 23 12 am

Most helpful comment

Running react-native link and then re-running react-native run-ios worked for me!

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

arjs1000 picture arjs1000  路  3Comments

tharrington picture tharrington  路  4Comments

obykoo picture obykoo  路  3Comments

rmilejcz picture rmilejcz  路  3Comments

venux92 picture venux92  路  3Comments