Types here are duplicated from rtn-push-notifications as it is not possible to share a source of truth with a package that may conditionally not exist for developers not using push notifications. Modifications made to these types should be reflected in the native module package and vice-versa!

interface ApnsPlatformOptions {
    subtitle?: string;
}

Properties

Properties

subtitle?: string