react-native-component-inview
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-native-component-inview", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Detect if component is in device viewport", | ||
@@ -13,3 +13,5 @@ "main": "index.js", | ||
"ios", | ||
"android" | ||
"android", | ||
"intersection-observer", | ||
"impressions" | ||
], | ||
@@ -16,0 +18,0 @@ "author": "Eric Chang <eric61213@gmail.com> (http://github.com/changey)", |
2642