我遇到了错误:
ListView has been removed from react native
该错误表明使用Listview
的模块之一是react-native-photo-browser
。
我正在重新安装软件包,但它仍然包含ListView
。
此外,它正在node_modules/metro
中发生。如何升级?
谢谢您的帮助。
答案 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
取决于您的包裹管理员。