# SendMessageDisallowedIndicator

Renders the indicator shown when the current user cannot send messages in the channel. This is the default component for the [`SendMessageDisallowedIndicator`](https://getstream.io/chat/docs/sdk/react-native/v8/core-components/channel#sendmessagedisallowedindicator) prop.

## Best Practices

- Show a clear reason or guidance when sending is disallowed.
- Keep the indicator unobtrusive but visible.
- Update it based on real-time permission changes.
- Avoid placing interactive elements that imply sending is possible.
- Override via `Channel` prop for consistent styling.

---

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