UNPKG

react-native-intersection-observer

Version:
14 lines (13 loc) 329 B
import { FlatList } from 'react-native'; import withIO from './withIO'; const IOFlatList = withIO(FlatList, [ 'flashScrollIndicators', 'getNativeScrollRef', 'getScrollResponder', 'getScrollableNode', 'scrollToEnd', 'scrollToIndex', 'scrollToItem', 'scrollToOffset', ]); export default IOFlatList;