react-native-infinite-scroll-view
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -22,3 +22,3 @@ 'use strict'; | ||
PropTypes.func, | ||
PropTypes.boolean, | ||
PropTypes.bool, | ||
]).isRequired, | ||
@@ -25,0 +25,0 @@ onLoadMoreAsync: PropTypes.func.isRequired, |
{ | ||
"name": "react-native-infinite-scroll-view", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom", | ||
@@ -5,0 +5,0 @@ "main": "InfiniteScrollView.js", |
9295