# 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

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

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

## Props

| Prop               | Description                                  | Type     |
| ------------------ | -------------------------------------------- | -------- |
| `label` (required) | The message displayed below the search icon. | `string` |


---

This page was last updated at 2026-06-30T12:00:26.337Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/ui-components/base-ui/empty-search-result/](https://getstream.io/chat/docs/sdk/react-native/ui-components/base-ui/empty-search-result/).