Unable to resolve "@expo/vector-icons/Fontisto" from "node_modules/react-native-dynamic-vector-icons/lib/components/Icon.tsx" How to solve this?
Works for me to install version 2.13.8
yarn add [email protected]
Rollback to native-base 2.13.8 version
npm i --save-exact [email protected]
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",