Android 反应自然!@expo/vector icons/Fontisno有问题

Android 反应自然!@expo/vector icons/Fontisno有问题,android,react-native,Android,React Native,无法从“node_modules/react native dynamic vector icons/lib/components/Icon.tsx”解析“@expo/vector icons/Fontisto” 如何解决这个问题?对我来说,安装2.13.8版是可行的 yarn add native-base@2.13.8 同样在ios上。 将package.json添加到脚本中 "postinstall": "cp node_modules/@expo/vector-icons/FontAw

无法从“node_modules/react native dynamic vector icons/lib/components/Icon.tsx”解析“@expo/vector icons/Fontisto”
如何解决这个问题?

对我来说,安装2.13.8版是可行的

yarn add native-base@2.13.8
同样在ios上。 将package.json添加到脚本中

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

回滚到本机base 2.13.8版本

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

删除node_modules文件夹并再次运行npm安装。