EmptySearchResult

EmptySearchResult renders a centered empty state shown when a search returns no results. It displays a search icon above a label, fills the available width and height, and is RTL-aware.

Usage

import { EmptySearchResult } from "stream-chat-react-native";

<EmptySearchResult label="No results found" />;

Props

PropDescriptionType
label (required)The message displayed below the search icon.string