UNPKG

react-native-sticky-header-scrollview

Version:

A React Native Expo compatible sticky header scrollview with customizable header, sticky section, body, and pull-to-refresh. Built with Reanimated.

3 lines (2 loc) 177 B
export { default as StickyHeaderScrollView } from './components/StickyHeaderScrollView'; export type { StickyHeaderScrollViewProps } from './components/StickyHeaderScrollView';