react-native-firework-sdk
    Preparing search index...

    Interface CountdownTimerConfiguration

    interface CountdownTimerConfiguration {
        appearance?: CountdownTimerAppearanceMode;
        isHidden?: boolean;
    }
    Index

    Properties

    Specifies the appearance of the countdown timer. Only supported on iOS.

    isHidden?: boolean

    Specifies if the countdown timer should be hidden.