TypeError:undefined不是函数(评估'remoteModules.forEach')

时间:2016-10-07 19:23:35

标签: android react-native

我正在尝试测试此应用: https://github.com/7kfpun/FinanceReactNative

我使用 react-native:0.26.3

当应用开始时,我会自动获得

 TypeError: undefined is not a function (evaluation 'remoteModules.forEach')

这是我第一次尝试使用react-native而我不知道如何解决这个问题:/

enter image description here

1 个答案:

答案 0 :(得分:0)

我也遇到过类似的问题。 我的建议是尝试删除node_modules并重新安装所有内容。 它解决了我的问题。希望它也会有所帮助。

我从下面得到了这个解决方案。 https://github.com/xotahal/react-native-material-ui/issues/26