@iterable/react-native-sdk - v2.0.3
    Preparing search index...

    Interface IterableInboxEmptyStateProps

    Props for the IterableInboxEmptyState component.

    interface IterableInboxEmptyStateProps {
        contentWidth: number;
        customizations: IterableInboxCustomizations;
        height: number;
        isPortrait: boolean;
        navTitleHeight: number;
        tabBarHeight: number;
        tabBarPadding: number;
    }
    Index

    Properties

    contentWidth: number

    Width of the content area.

    Customizations for the inbox.

    height: number

    Height of the component.

    isPortrait: boolean

    Indicates if the device is in portrait mode.

    navTitleHeight: number

    Height of the navigation title.

    tabBarHeight: number

    Height of the tab bar.

    tabBarPadding: number

    Padding of the tab bar.