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
* Custom loading indicator component to be used to represent the loading state of the chat.
106
+
*
107
+
* This can be used during the phase when db is not initialised.
108
+
*/
109
+
LoadingIndicator?: React.ComponentType;
103
110
/**
104
111
* You can pass the theme object to customize the styles of Chat components. You can check the default theme in [theme.ts](https://github.com/GetStream/stream-chat-react-native/blob/main/package/src/contexts/themeContext/utils/theme.ts)
0 commit comments