Type Alias ModalAnimatedStyleFunction

Source
type ModalAnimatedStyleFunction = (
    props: {
        animationState: ModalAnimationState | null;
        offsetX: number;
        offsetY: number;
        progress: number;
        screenHeight: number;
        screenWidth: number;
        swipeDirection?: SwipeDirection | null;
    },
) => ViewStyle