# MessageSwipeContent

Renders swipe affordance content for [`MessageItemView`](/chat/docs/sdk/react-native/ui-components/message-item-view/) when swipe-to-reply is enabled.

The full message row rendered by `MessageItemView` is the swipeable boundary.

## Best Practices

- Keep swipe content visually simple and small.
- Use theme tokens for colors and sizing.
- Avoid interaction handlers in this component.
- Preserve clear contrast on accent backgrounds.
- Keep the component purely presentational.

## Props

`MessageSwipeContent` does not accept props.


---

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

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