unable to build react-native-vector-icons 9.0.0
See original GitHub issueerror An unexpected error occurred: "could not find a copy of react-native-vector-icons to link in /Users/test/node_modules/react-native-bouncy-checkbox/node_modules".
using “react-native-bouncy-checkbox”: “^2.1.7”
problem with “react-native-vector-icons”: “9.0.0” works with 8.1.0
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Error after upgrade to 9.0.0 · Issue #1389 · oblador ... - GitHub
After upgrading exiting project to react-native-vector-icons 9.0.0 i get the following error: error: Error: Unable to resolve module ./react- ...
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 >How to use React Native vector icons? - Stack Overflow
First, make sure you're saving the dependency in your project by doing: npm install react-native-vector-icons --save .
Read more >Troubleshooting - React Native Elements
If you aren't using a custom font in your application, then it's likely that the error comes from React Native Elements looking for...
Read more >react-native-vector-icons directory
react -native-vector-icons directory.. AntDesign.. stepforward.. stepbackward ... accessible-icon.. accusoft ... build-outline.. build-sharp.
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 Free
Top 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
it works with V9 now with
"react-native-bouncy-checkbox": "^2.1.8",
👍Forgot to remove them, I will remove them now. Thank you for let me know 😃