import { GiphyBadge } from "stream-chat-react-native";
<GiphyBadge />;This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
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
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 |
badgeTextInverse | Text color |