ActionsType: (
progressAnimatedValue: Animated.AnimatedInterpolation<string | number>,
dragAnimatedValue: Animated.AnimatedInterpolation<string | number>,
swipeable: Swipeable,
) => React.ReactNode
Type declaration
- (
progressAnimatedValue: Animated.AnimatedInterpolation<string | number>,
dragAnimatedValue: Animated.AnimatedInterpolation<string | number>,
swipeable: Swipeable,
): React.ReactNode Parameters
- progressAnimatedValue: Animated.AnimatedInterpolation<string | number>
- dragAnimatedValue: Animated.AnimatedInterpolation<string | number>
- swipeable: Swipeable
Returns React.ReactNode