Sask Vaccine Guide Code Docs
    Preparing search index...

    Type Alias SearchBarProps

    Props for the SearchBar component.

    type SearchBarProps = {
        isTesting?: boolean;
        onChangeText?: (text: string) => void;
        onSubmitEditing?: (text: string) => void;
        placeholder?: string;
        value?: string;
    }
    Index

    Properties

    isTesting?: boolean
    onChangeText?: (text: string) => void
    onSubmitEditing?: (text: string) => void
    placeholder?: string
    value?: string