The issue of the react-native installation reaction -native-vector- icons?
See original GitHub issueAfter 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!
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
Can't install react-native-vector-icons with installation guide
i have the same issue running npm install react-native-vector-icons --save Don't create the folder react-native-vector-icons. Any Help? 1
Read more >react-native-vector-icons - npm
Customizable Icons for React Native with support for NavBar/TabBar, image source and full styling.. Latest version: 9.2.0, last published: 6 ...
Read more >Getting error when installing react native vector icons
I am trying to use react native vector icons ...
Read more >Example to Use React Native Vector Icons
Example contains how to integrate and use Vector Icons in React Native application. Vector Icons are very useful in React Native development.
Read more >Troubleshooting - React Native Elements
This is a general error in react native, where you in your code, or a package you are using, is trying to use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I was having the same problem. I executed the
npm install
command again, and after i ranreact-native link
, and it works normally 😄@davekedar Problem solved,After installation you need to run
react-native link
,You have a try!