alan
alan
动态设置onStartShouldSetResponderCapture: ``` this._listViewDirtyPressEnabled_next} onMomentumScrollBegin={() => { if (!this._listViewDirtyPressEnabled_next) { this._listViewDirtyPressEnabled_next = true } }} onMomentumScrollEnd={() => { setTimeout(() => { if (this._listViewDirtyPressEnabled_next) { this._listViewDirtyPressEnabled_next = false } }, 5); }}...
I have the same issue.
> use gdb and pm2 run as service  it works for me,thanks.
> I also encountered this issue. Have you resolved it now? @anyway2019 @chronoxor not yet,i just add try catch block.
same issue,is anyone has solution or workaround?