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

    Interface ProductCardLabelConfiguration

    interface ProductCardLabelConfiguration {
        fontSize?: number;
        iOSFontInfo?: IOSFontInfo;
        numberOfLines?: number;
        textColor?: string;
    }
    Index

    Properties

    fontSize?: number

    The font size of label. Only supported on iOS.

    iOSFontInfo?: IOSFontInfo

    The iOS font info. The property is ignored when fontSize is not set. Only supported on iOS.

    numberOfLines?: number

    Number of lines to show. Only supported on iOS. Default to 1.

    textColor?: string

    The text color of label. Only supported on iOS.