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

    Type Alias DirectionExtend

    Direction with customizable start and end.

    type DirectionExtend = {
        end: AnimationNs.Direction;
        start: AnimationNs.Direction;
    }
    Index

    Properties

    Properties

    The animation end direction.

    The animation start direction.