reactNative调用原生方法 出现 : undefined is not an object (evaluating 'xxxx')

reactNative调用原生方法 出现 : undefined is not an object (evaluating 'xxxx')_第1张图片

按照react-native中文网上的教程,学习iOS下的原生模块(iOS 日历模块演示),代码都是照抄,但是运行的时候就是出现上面的错误,一直没找到解决办法。

后来发现OC代码的修改,如果要看效果,必须是通过Xcode运行,才能调用到原生方法,如果是在Deco中运行,就会出现上面的错误,官方文档并没有给出提示,增加大家学习的难度。

参考

reactNative调用原生方法 出现 Unhandled JS Exception: undefined is not an object (evaluating 'RCTModuleManager.addEvent')

https://github.com/facebook/react-native/blob/522fd33d6f3c8fb339b0dde35b05df34c1233306/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js#L46

你可能感兴趣的:(reactNative调用原生方法 出现 : undefined is not an object (evaluating 'xxxx'))