react-native-vector-icons
react-native-vector-icons copied to clipboard
node_modules/react-native-vector-icons/lib/create-icon-set.js: #<WeakSet> could not be cloned.
- [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
- [x] Search for existing issues (including closed ones): https://github.com/oblador/react-native-vector-icons/issues
Environment
iOS "react-native": "^0.64.0", "react-native-vector-icons": "^8.1.0",
Description
I'm using "react-native-vector-icons": "^8.1.0", and I got this error node_modules/react-native-vector-icons/lib/create-icon-set.js: #<WeakSet> could not be cloned.
with iOS, any idea?
Thanks!
I am having the same issue for Android. In my case it came after I upgraded my react native version to 0.64.0. Earlier it was working fine.
i am having the same issue for android it came after i upgraded react navigation
any update for this ?
Having same issue.
Same here!
Same here
I just went with https://github.com/FortAwesome/react-native-fontawesome
same here
same issue here
See https://github.com/oblador/react-native-vector-icons/issues/1334#issuecomment-833262134
same issue here also!!! does anyone found any solution to this issue ?
node_modules\@expo\vector-icons\build\vendor\react-native-vector-icons\lib\create-icon-set.js: #<WeakSet> could not be cloned.
FYI - A solution can be found here. Basically deleting your lock files should fix the problem. There must be a version conflict somewhere that is causing the issue.
https://github.com/oblador/react-native-vector-icons/issues/1334#issuecomment-916099826
Dupe of #1334