react-native-draggable-flatlist
Version:
A drag-and-drop-enabled FlatList component for React Native
17 lines (16 loc) • 691 B
TypeScript
import { WithSpringConfig } from "react-native-reanimated";
export declare const SCROLL_POSITION_TOLERANCE = 2;
export declare const DEFAULT_ANIMATION_CONFIG: WithSpringConfig;
export declare const DEFAULT_PROPS: {
autoscrollThreshold: number;
autoscrollSpeed: number;
animationConfig: WithSpringConfig;
scrollEnabled: boolean;
dragHitSlop: import("react-native-gesture-handler/lib/typescript/handlers/gestureHandlerCommon").HitSlop | undefined;
activationDistance: number;
dragItemOverflow: boolean;
};
export declare const isIOS: boolean;
export declare const isAndroid: boolean;
export declare const isWeb: boolean;
export declare const isReanimatedV2 = true;