CupThread React Native & Expo SDK - v0.1.0
    Preparing search index...

    Interface ChangelogOverlayProps

    Props for configuring the ChangelogOverlay modal sheet.

    interface ChangelogOverlayProps {
        autoMarkSeen?: boolean;
        onClose: () => void;
        onlyIfUnseen?: boolean;
        visible: boolean;
    }
    Index
    autoMarkSeen?: boolean

    Whether to automatically mark the latest changelog entry as seen when dismissed.

    true

    onClose: () => void

    Callback invoked when the user dismisses the overlay.

    onlyIfUnseen?: boolean

    If true, the overlay will not display if the latest version was already seen by the user.

    false

    visible: boolean

    Whether the modal sheet is currently visible.