@@ -153,7 +153,7 @@ export const MessageContent = themed(
153153 * @param e Event object for onPress event
154154 * @param message Message object which was pressed
155155 *
156- * @deprecated User onPress instead
156+ * @deprecated Use onPress instead
157157 * */
158158 onMessageTouch : PropTypes . func ,
159159 /**
@@ -169,7 +169,8 @@ export const MessageContent = themed(
169169 * {...props}
170170 * onPress={(thisArg, message, e) => {
171171 * thisArg.openReactionSelector();
172- * // Similarly, you can also call other methods available on MessageContent component such as handleEdit, handleDelete, showActionSheet
172+ * // Similarly, you can also call other methods available on MessageContent
173+ * // component such as handleEdit, handleDelete, showActionSheet
173174 * // Source - https://github.com/GetStream/stream-chat-react-native/blob/master/src/components/MessageSimple/MessageContent.js
174175 * }}
175176 * )
@@ -193,7 +194,8 @@ export const MessageContent = themed(
193194 * {...props}
194195 * onLongPress={(thisArg, message, e) => {
195196 * thisArg.openReactionSelector();
196- * // Similarly, you can also call other methods available on MessageContent component such as handleEdit, handleDelete, showActionSheet
197+ * // Similarly, you can also call other methods available on MessageContent
198+ * // component such as handleEdit, handleDelete, showActionSheet
197199 * // Source - https://github.com/GetStream/stream-chat-react-native/blob/master/src/components/MessageSimple/MessageContent.js
198200 * }}
199201 * )
0 commit comments