diff --git a/components/SectionList.js b/components/SectionList.js index cc9fe2e..16b6e74 100644 --- a/components/SectionList.js +++ b/components/SectionList.js @@ -49,6 +49,11 @@ class SectionList extends Component { //UIManager.findSubviewIn(e.target, rect, viewTag => { //this.onSectionSelect(view, true); //}) + + if (!this.measure) { + return; + } + let targetY = ev.pageY; const { y, height } = this.measure; if(!y || targetY < y){