无法读取未定义的属性'func'

时间:2018-03-07 22:24:21

标签: reactjs react-native

我在React Native项目中使用模拟器中的Expo获得了以下2个错误。

任何人都可以了解我应该修复的内容吗?我见过几个人有类似'未定义'的问题,但我无法从他们那里获得解决方案。我甚至不确定我应该看哪个文件! ExceptionsManager.js是'node_modules / react-native'中的文件,所以这意味着什么?有任何想法吗?

非常感谢。

Cannot read property 'func' of undefined - ExceptionsManager.js:65 
handleException               @ ExceptionsManager.js:65
handleError                   @ InitializeCore.js:106
reportFatalError              @ error-guard.js:46
guardedLoadModule             @ require.js:133
_require                      @ require.js:118
(anonymous)                   @ config.json:1
executeApplicationScript      @ debuggerWorker.js:40
(anonymous)                   @ debuggerWorker.js:65

Module AppRegistry is not a registered callable module (calling runApplication) - ExceptionsManager.js:65 
handleException               @ ExceptionsManager.js:65
handleError                   @     InitializeCore.js:106
reportFatalError              @ error-guard.js:46
__guard                       @ MessageQueue.js:267
callFunctionReturnFlushedQueue    @ MessageQueue.js:115
(anonymous)                   @ debuggerWorker.js:72

0 个答案:

没有答案