3
votes

Unable to resolve "@expo/vector-icons/Fontisto" from "node_modules/react-native-dynamic-vector-icons/lib/components/Icon.tsx" How to solve this?

3
Remove node_modules folder and run npm install again.Flávio Costa

3 Answers

2
votes

Works for me to install version 2.13.8

yarn add [email protected]
2
votes

Rollback to native-base 2.13.8 version

npm i --save-exact [email protected]
1
votes

Also on ios. Add to package.json into scripts

"postinstall": "cp node_modules/@expo/vector-icons/FontAwesome.js node_modules/@expo/vector-icons/Fontisto.js",