Search code examples
iosreact-nativereact-native-vector-icons

node_modules/react-native-vector-icons/lib/create-icon-set.js: #<WeakSet> could not be cloned


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!


Solution

  • I have tried with different versions sets and found working versions.

    ...
    "react-native": "0.63.0",
    "react-native-vector-icons": "^6.6.0",
    ...
    

    Hope this works fine.