react-native-animated-modal
    Preparing search index...

    Interface SlideAnimationConfig

    interface SlideAnimationConfig {
        direction: AnimationNs.Direction | DirectionExtend;
        duration?: number;
        type: "slide";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Direction of the slide animation.

    'up'
    
    duration?: number

    Duration of the animation in milliseconds.

    350
    
    type: "slide"

    Must be 'slide'.