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

    Interface ButtonInfo

    interface ButtonInfo {
        imageName?: string;
        systemImageName?: string;
        tintColor?: string;
    }
    Index

    Properties

    imageName?: string

    The name of the image bundled with your app. On iOS, add the image to the asset catalogs(Images.xcassets, Assets.xcassets etc.). On Android, add the drawable to res/drawable and pass its name without the file extension.

    systemImageName?: string

    The system image name. Only supported on iOS.

    tintColor?: string

    The tint color of the image, such as #c0c0c0. On iOS, this applies only to system images.