```` <ScrollView onEndReachedThreshold={0.5} onEndReached={(x)=>{ alert(x.distanceFromEnd)}}> <Grid .../> </ScrollView> ````