gpt4 book ai didi

react-native - react-native 0.52.1 中的 Haste 包 'react-native-vector-icons' 错误

转载 作者:行者123 更新时间:2023-12-03 19:36:27 25 4
gpt4 key购买 nike

react-native 0.52.1 中面临以下错误

While resolving module react-native-vector-icons/FontAwesome, the Haste package react-native-vector-icons was found. However the moduleFontAwesome could not be found within the package.



早些时候我在 0.50.3 并且没有问题。有人在github( https://github.com/oblador/react-native-vector-icons/issues/630)建议删除以下文件

./node_modules/react-native/local-cli/core/fixtures/files/package.json



这是解决此问题的良好做法还是永久解决方案?如果继续这样做会不会有进一步的冲突?

最佳答案

这是一个 react-native 问题 https://github.com/facebook/react-native/issues/17610 !

将由 https://github.com/facebook/react-native/pull/17672 修复

解决方法

添加 rn-cli.config.js(至少对于 RN 0.52):

  const blacklist = require('metro/src/blacklist')
module.exports = {
getBlacklistRE () {
return blacklist([/react-native\/local-cli\/core\/__fixtures__.*/])
},
}
rn-cli.config.js应该位于项目的根目录中。这是 RN 会自动找到它的位置(facebook/react-native#7271)。

来源: https://github.com/oblador/react-native-vector-icons/issues/626#issuecomment-362386341

关于react-native - react-native 0.52.1 中的 Haste 包 'react-native-vector-icons' 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48400588/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com