ListView已从React Native中移除

时间:2019-09-03 20:03:15

标签: android react-native listview microsoft-metro

我遇到了错误:

ListView has been removed from react native

该错误表明使用Listview的模块之一是react-native-photo-browser。 我正在重新安装软件包,但它仍然包含ListView

此外,它正在node_modules/metro中发生。如何升级?

谢谢您的帮助。

1 个答案:

答案 0 :(得分:0)

react-native-photo-browser项目自其源中删除npm以来尚未发布到ListView。您可以使用以下命令直接从github安装最新版本:

npm install github:halilb/react-native-photo-browser

yarn add https://github.com/halilb/react-native-photo-browser

取决于您的包裹管理员。