import { EmptySearchResult } from "stream-chat-react-native";
<EmptySearchResult label="No results found" />;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
Props
| Prop | Description | Type |
|---|---|---|
label (required) | The message displayed below the search icon. | string |