You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Chat` provides the [ChatContext](../contexts/chat_context.mdx), [TranslationContext](../contexts/chat_context.mdx), and [ThemeContext](../contexts/chat_context.mdx) to its child components.
10
+
`Chat` provides the [ChatContext](../contexts/chat_context.mdx), [TranslationContext](../contexts/translation_context.mdx), and [ThemeContext](../contexts/theme_context.mdx) to its child components.
11
11
`Chat` is the second highest level component in the Stream Chat for React Native library with only the [`OverlyProvider`](./overlay_provider.mdx) at a higher level.
12
12
`Chat` is also responsible for tracking the health of the websocket connection with Stream Chat server.
13
13
The value `isOnline` provided by the [ChatContext](../contexts/chat_context.mdx#isonline) indicates the status of the connection.
0 commit comments