React Native Location
    Preparing search index...

    Type Alias LocationNotification

    type LocationNotification = {
        content?: string;
        icon?: string;
        title?: string;
    }
    Index

    Properties

    Properties

    content?: string

    The content to display in the notification.

    icon?: string

    The icon to be shown in the notification.

    title?: string

    The title to display in the notification.