After I installed the reaction -native-vector- icons, there was an error:
error: bundling failed: Error: Unable to resolve module react-native-vector-icons/Ionicons from /Users/chenchaoming/Desktop/react_nat/app/App.js: Module react-native-vector-icons/Ionicons does not exist in the Haste module map
I don't know how to solve it. I hope my friends can help me solve it. Thank you very much!
@oblador @almost @javache @mkonicek @sahrens Thank you very much for your help.
What is the solution?
@oblador @almost @javache @mkonicek @sahrens which solution you have provided to @chaoming007? I am facing the same issue, please help
I was having the same problem. I executed the npm install command again, and after i ran react-native link, and it works normally 😄
@davekedar Problem solved,After installation you need to run react-native link ,You have a try!
Most helpful comment
I was having the same problem. I executed the
npm installcommand again, and after i ranreact-native link, and it works normally 😄