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

    Type Alias ConfigStrict

    Backdrop strict configuration.

    type ConfigStrict = {
        backgroundColor: string;
        enabled: boolean;
        opacity: number;
    }
    Index

    Properties

    backgroundColor: string

    Background color of the backdrop.

    'black'
    
    enabled: boolean

    Whether the backdrop is enabled.

    true
    
    opacity: number

    Opacity of the backdrop.

    0.6