react-native-intersection-observer
Version:
react native intersection observer
9 lines (8 loc) • 771 B
TypeScript
import IntersectionObserver, { type IntersectionObserverEntry, type IntersectionObserverOptions, type RootMargin } from './IntersectionObserver';
import InView, { type InViewProps } from './InView';
import IOContext from './IOContext';
import IOFlatList, { type IOFlatListController, type IOFlatListProps } from './IOFlatList';
import IOScrollView, { type IOScrollViewController, type IOScrollViewProps } from './IOScrollView';
import withIO, { type IOComponentProps } from './withIO';
export type { IntersectionObserverEntry, IntersectionObserverOptions, RootMargin, InViewProps, IOComponentProps, IOFlatListController, IOFlatListProps, IOScrollViewController, IOScrollViewProps, };
export { IntersectionObserver, InView, IOContext, IOFlatList, IOScrollView, withIO, };