react-native-swipe-cards-stack
Version:
A highly customizable, performant swipeable cards stack component for React Native.
8 lines (7 loc) • 779 B
TypeScript
export { default as SwipeableCardsStack } from './components/SwipeableCardsStack';
export { default as SwipeableCard } from './components/SwipeableCard';
export { default as SwipeIconsRenderer } from './components/SwipeIconsRenderer';
export type { SwipeableCardData, SwipeIcons, SwipeThresholds, SwipeAnimations, SwipeCallbacks, SwipeGestures, StackBehavior, AccessibilityOptions, SwipeableCardsStackProps, } from './types';
export { DEFAULT_SWIPE_ICONS, DEFAULT_THRESHOLDS, DEFAULT_ANIMATIONS, DEFAULT_GESTURES, DEFAULT_STACK_BEHAVIOR, mergeWithDefaults, getCardId, calculateCardStyle, getDirectionFromGesture, shouldShowIcon, calculateIconOpacity, } from './utils';
export declare const VERSION = "1.0.0";
export declare const PACKAGE_NAME = "react-native-swipe-cards-stack";