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
/** Complete theme object. Its a [defaultTheme](https://github.com/GetStream/stream-chat-react-native/blob/master/src/styles/theme.js#L22) merged with customized theme provided as prop to Chat component */
/** Complete theme object. Its a [defaultTheme](https://github.com/GetStream/stream-chat-react-native/blob/master/src/styles/theme.js#L22) merged with customized theme provided as prop to Chat component */
518
+
theme?: object;
519
+
}
520
+
492
521
exportinterfaceMessageTextProps{
493
522
message: Client.MessageResponse;
494
523
}
@@ -791,6 +820,11 @@ export class MessageAvatar extends React.PureComponent<
0 commit comments