Preparing search index...

    Props for the ProviderListItem component

    type ProviderListItemProps = {
        provider: RecipeProvider;
        onPress: () => void;
        testID: string;
    }
    Index

    Properties

    provider: RecipeProvider

    The recipe provider to display

    onPress: () => void

    Callback invoked when the list item is pressed

    testID: string

    Unique identifier for testing