undefined 不是对象(正在评估 'RCTDataManager.queryData')- Facebook React Native iOS

undefined is not an object (evaluating 'RCTDataManager.queryData') - Facebook React Native iOS

当我的 javascript 出现错误时(我看到红色屏幕)。我在我的控制台中一遍又一遍地看到这条消息。

#CLOWNTOWN (error while displaying error): undefined is not an object (evaluating 'RCTDataManager.queryData')

如果我尝试使用 fetch 函数

,我还会看到消息 undefined is not an object (evaluating 'RCTDataManager.queryData')

您必须在项目中包含 RCTNetwork 模块。您可以通过将以下行添加到您的 podfile 来执行此操作:

pod 'React/RCTNetwork'

这可能是因为您安装了一个未正确传播的新库。导航到您的项目目录和 运行 npm update