question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unable to build react-native-vector-icons 9.0.0

See original GitHub issue
error 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
lukasa1993commented, Dec 11, 2021

@lukasa1993 Can you please tell me if there is still a problem with react-native-vector-icon v9?

it works with V9 now with "react-native-bouncy-checkbox": "^2.1.8", 👍

1reaction
WrathChaoscommented, Dec 11, 2021

There is no dependency on the react-native-vector-icons on this library. Probably this is the react-native-vector-icons’ problem.

its in peer-dependency

  "peerDependencies": {
    "react": ">= 16.x.x",
    "react-native": ">= 0.55.x",
    "react-native-vector-icons": ">= 6.6.0",
    "react-native-dynamic-vector-icons": ">= 0.2.1"
  }

Forgot to remove them, I will remove them now. Thank you for let me know 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found