# GiphyBadge

`GiphyBadge` renders a small overlay badge displaying the Giphy logo icon alongside the text "GIPHY". It is used on Giphy attachment previews in the message list to indicate the content source.

This component has no props — it reads all styling from the theme context.

## Usage

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

<GiphyBadge />;
```

## Props

This component does not accept any props. All visual properties are derived from the theme's semantic tokens:

| Token                | Usage                         |
| -------------------- | ----------------------------- |
| `badgeBgOverlay`     | Background color of the badge |
| `badgeTextOnInverse` | Text color                    |


---

This page was last updated at 2026-04-17T17:33:46.626Z.

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