Preparing search index...

    Props for the RecipeImage component

    type RecipeImageProps = {
        imgUri: string;
        openModal: (field: recipeColumnsNames) => void;
        buttonIcon?: IconName;
    }
    Index

    Properties

    imgUri: string

    URI or path to the recipe image

    openModal: (field: recipeColumnsNames) => void

    Callback fired when the overlay button is pressed

    buttonIcon?: IconName

    Optional icon for the overlay button