有效!
var windowHeight = Dimensions.get('window').height,height = e.nativeEvent.contentSize.height,offset = e.nativeEvent.contentOffset.y; if( windowHeight + offset >= height ){ console.log('End Scroll') }