【发布时间】:2016-09-15 03:29:31
【问题描述】:
我正在运行 Meteor 服务器和 React-Native 客户端(目前主要在 iOS 中工作)。由于我更新到 React-native 0.33,MeteorListView 组件抛出以下错误:
我的“UserDos”遵循InProgress-team/react-native-meteor 的示例。当用常规 ListView 替换 MeteorListView 时,一切正常。有没有人遇到过这个问题或者可以指出/指导我解决这个问题?
版本
“反应”:“^15.3.1”,
"react-native": "^0.33.0",
"react-native-lock": "^0.4.0",
"react-native-meteor": "^1.0.0-rc15",
"react-native-scrollable-tab-view": "^0.6.0",
"react-redux": "^4.4.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
【问题讨论】:
标签: meteor reactjs react-native