未定义本机反应不是函数错误

时间:2019-07-25 09:23:34

标签: react-native

我开发了一个应用程序,并将其发布到Google Play。一段时间后,我开始获取生产错误报告,其中包含以下错误:

TypeError: s.generateNewNodeTag is not a function. (In 's.generateNewNodeTag()', 's.generateNewNodeTag' is an instance of Object)

 Fatal Exception: com.facebook.react.common.JavascriptException: TypeError: TypeError: c.API.disconnectAnimatedNodes is not a function. (In 'c.API.disconnectAnimatedNodes(this.__getNativeTag(),t.__getNativeTag())', 'c.API.disconnectAnimatedNodes' is an instance of Object)

看起来所有错误都来自react-native的核心,但我无法真正意识到产生此错误的原因。此错误来自很小比例的用户,我无法在本地复制它们。

RN版本为0.59.9

0 个答案:

没有答案