UNPKG

react-native-intersection-observer

Version:
11 lines (10 loc) 259 B
import { ScrollView } from 'react-native'; import withIO from './withIO'; const IOScrollView = withIO(ScrollView, [ 'scrollTo', 'scrollToEnd', 'getScrollResponder', 'getScrollableNode', 'getInnerViewNode', ]); export default IOScrollView;