简体   繁体   中英

React-native! Problem with @expo/vector-icons/Fontisno

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 native-base@2.13.8

Rollback to native-base 2.13.8 version

npm i --save-exact native-base@2.13.8

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",

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM