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