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