react-native-intersection-observer
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -48,3 +48,3 @@ import throttle from 'lodash/throttle'; | ||
targetLayout.height === 0) { | ||
break; | ||
continue; | ||
} | ||
@@ -51,0 +51,0 @@ let isIntersecting = false; |
{ | ||
"name": "react-native-intersection-observer", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "react native intersection observer", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
21610