1. this.setState is not a function 或者 this.setState is undefined
在 constructor 中加入
this.select = this.select.bind(this)
http://blog.csdn.net/u014041033/article/details/50820022
http://www.jianshu.com/p/94fc8c1871c0
Posted Da雪山
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RN_ 错误整理相关的知识,希望对你有一定的参考价值。
1. this.setState is not a function 或者 this.setState is undefined
在 constructor 中加入
this.select = this.select.bind(this)
http://blog.csdn.net/u014041033/article/details/50820022
http://www.jianshu.com/p/94fc8c1871c0
以上是关于RN_ 错误整理的主要内容,如果未能解决你的问题,请参考以下文章
imgwarp.cpp:3143: error: (-215:Assertion failed) _src.total() > 0 in function ‘warpPerspective‘(代码片段
RN-升级XCODE13.3.1 编译 _initializeModules:(NSArray<id<RCTBridgeModule>> *)modules 报错