有效!
原文链接:https://www.f2er.com/react/300808.htmlvar windowHeight = Dimensions.get('window').height,height = e.nativeEvent.contentSize.height,offset = e.nativeEvent.contentOffset.y; if( windowHeight + offset >= height ){ console.log('End Scroll') }