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
* This can be used during the phase when db is not initialised.
108
107
*/
109
-
LoadingIndicator?: React.ComponentType;
108
+
LoadingIndicator?: React.ComponentType|null;
110
109
/**
111
110
* 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