UNPKG

react-native-swipe-up-down

Version:
17 lines (14 loc) 451 B
import { StyleProp, ViewStyle } from "react-native"; interface SwipeUpDownProps { extraMarginTop?: number; swipeHeight?: number; itemMini?: object; itemFull: object; disablePressToShow?: boolean; disableSwipeIcon?: boolean; style?: StyleProp<ViewStyle>; onShowMini?: () => void; onShowFull?: () => void; animation?: "linear" | "spring" | "easeInEaseOut" | "none"; } export default SwipeUpDown = (props: SwipeUpProps) => Boolean;