# usePollContext

A hook that returns the [`PollContext` value](/chat/docs/sdk/react-native/contexts/poll-context#value/).

## Best Practices

- Use this hook inside `Channel`-scoped poll components.
- Treat context values as read-only UI state.
- Avoid heavy computations in hook consumers.
- Prefer derived values from the context instead of duplicating state.
- Handle missing poll state gracefully.


---

This page was last updated at 2026-03-06T17:06:09.934Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/hooks/poll/use-poll-context/](https://getstream.io/chat/docs/sdk/react-native/hooks/poll/use-poll-context/).