stream-chat-react-native-core 7.0.0-rc.8 → 7.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/commonjs/components/Attachment/AudioAttachment.js +19 -9
- package/lib/commonjs/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js +3 -1
- package/lib/commonjs/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/commonjs/components/Attachment/Gallery.js +16 -3
- package/lib/commonjs/components/Attachment/Gallery.js.map +1 -1
- package/lib/commonjs/components/Attachment/ImageReloadIndicator.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js +2 -2
- package/lib/commonjs/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js +7 -24
- package/lib/commonjs/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js +2 -4
- package/lib/commonjs/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
- package/lib/commonjs/components/Channel/Channel.js +320 -310
- package/lib/commonjs/components/Channel/Channel.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useChannelDataState.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/commonjs/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js +133 -147
- package/lib/commonjs/components/Channel/hooks/useMessageListPagination.js.map +1 -1
- package/lib/commonjs/components/Chat/Chat.js.map +1 -1
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js +8 -13
- package/lib/commonjs/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/commonjs/components/Message/Message.js +14 -7
- package/lib/commonjs/components/Message/Message.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageFooter.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js +70 -54
- package/lib/commonjs/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageStatus.js +14 -6
- package/lib/commonjs/components/Message/MessageSimple/MessageStatus.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
- package/lib/commonjs/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js +3 -1
- package/lib/commonjs/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/commonjs/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js +25 -39
- package/lib/commonjs/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/commonjs/components/MessageInput/InputButtons.js +18 -15
- package/lib/commonjs/components/MessageInput/InputButtons.js.map +1 -1
- package/lib/commonjs/components/MessageInput/MessageInput.js +96 -74
- package/lib/commonjs/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +2 -1
- package/lib/commonjs/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/commonjs/components/MessageInput/hooks/useAudioController.js +4 -4
- package/lib/commonjs/components/MessageInput/hooks/useAudioController.js.map +1 -1
- package/lib/commonjs/components/MessageList/MessageList.js +281 -223
- package/lib/commonjs/components/MessageList/MessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useMessageList.js +65 -48
- package/lib/commonjs/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/commonjs/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getGroupStyles.js +1 -1
- package/lib/commonjs/components/MessageList/utils/getGroupStyles.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
- package/lib/commonjs/components/MessageList/utils/getReadState.js +20 -0
- package/lib/commonjs/components/MessageList/utils/getReadState.js.map +1 -0
- package/lib/commonjs/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/commonjs/components/Poll/components/Button.js.map +1 -1
- package/lib/commonjs/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/commonjs/components/Reply/Reply.js +2 -2
- package/lib/commonjs/components/Reply/Reply.js.map +1 -1
- package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js +24 -6
- package/lib/commonjs/components/Thread/components/ThreadFooterComponent.js.map +1 -1
- package/lib/commonjs/components/ThreadList/ThreadListItem.js.map +1 -1
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js +10 -6
- package/lib/commonjs/components/UIComponents/BottomSheetModal.js.map +1 -1
- package/lib/commonjs/components/index.js +15 -4
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/commonjs/contexts/channelsStateContext/useChannelState.js +5 -1
- package/lib/commonjs/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/commonjs/contexts/debugContext/DebugContext.js.map +1 -1
- package/lib/commonjs/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/commonjs/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js +535 -523
- package/lib/commonjs/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +7 -6
- package/lib/commonjs/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js +37 -41
- package/lib/commonjs/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/commonjs/contexts/messageInputContext/utils/utils.js +4 -4
- package/lib/commonjs/contexts/messageInputContext/utils/utils.js.map +1 -1
- package/lib/commonjs/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/commonjs/contexts/pollContext/pollContext.js.map +1 -1
- package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js +23 -14
- package/lib/commonjs/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js +2 -1
- package/lib/commonjs/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/commonjs/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/commonjs/contexts/threadsContext/ThreadListItemContext.js.map +1 -1
- package/lib/commonjs/hooks/index.js +22 -0
- package/lib/commonjs/hooks/index.js.map +1 -1
- package/lib/commonjs/hooks/useAudioPlayer.js +60 -69
- package/lib/commonjs/hooks/useAudioPlayer.js.map +1 -1
- package/lib/commonjs/hooks/useStableCallback.js +13 -0
- package/lib/commonjs/hooks/useStableCallback.js.map +1 -0
- package/lib/commonjs/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/commonjs/i18n/en.json +3 -0
- package/lib/commonjs/i18n/es.json +3 -0
- package/lib/commonjs/i18n/fr.json +3 -0
- package/lib/commonjs/i18n/he.json +3 -0
- package/lib/commonjs/i18n/hi.json +2 -0
- package/lib/commonjs/i18n/it.json +3 -0
- package/lib/commonjs/i18n/ja.json +1 -0
- package/lib/commonjs/i18n/ko.json +1 -0
- package/lib/commonjs/i18n/nl.json +2 -0
- package/lib/commonjs/i18n/pt-br.json +3 -0
- package/lib/commonjs/i18n/ru.json +4 -0
- package/lib/commonjs/i18n/tr.json +2 -0
- package/lib/commonjs/mock-builders/api/channelMocks.js.map +1 -1
- package/lib/commonjs/native.js.map +1 -1
- package/lib/commonjs/store/mappers/mapMessageToStorable.js.map +1 -1
- package/lib/commonjs/types/types.js.map +1 -1
- package/lib/commonjs/utils/compressImage.js +1 -1
- package/lib/commonjs/utils/compressImage.js.map +1 -1
- package/lib/commonjs/utils/removeReservedFields.js.map +1 -1
- package/lib/commonjs/utils/utils.js +17 -4
- package/lib/commonjs/utils/utils.js.map +1 -1
- package/lib/commonjs/version.json +1 -1
- package/lib/module/components/Attachment/AudioAttachment.js +19 -9
- package/lib/module/components/Attachment/AudioAttachment.js.map +1 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js +3 -1
- package/lib/module/components/Attachment/FileAttachmentGroup.js.map +1 -1
- package/lib/module/components/Attachment/Gallery.js +16 -3
- package/lib/module/components/Attachment/Gallery.js.map +1 -1
- package/lib/module/components/Attachment/ImageReloadIndicator.js.map +1 -1
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js +2 -2
- package/lib/module/components/AttachmentPicker/AttachmentPicker.js.map +1 -1
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js +7 -24
- package/lib/module/components/AttachmentPicker/components/AttachmentPickerItem.js.map +1 -1
- package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js +2 -4
- package/lib/module/components/AutoCompleteInput/AutoCompleteInput.js.map +1 -1
- package/lib/module/components/Channel/Channel.js +320 -310
- package/lib/module/components/Channel/Channel.js.map +1 -1
- package/lib/module/components/Channel/hooks/useChannelDataState.js.map +1 -1
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js +2 -0
- package/lib/module/components/Channel/hooks/useCreateMessagesContext.js.map +1 -1
- package/lib/module/components/Channel/hooks/useMessageListPagination.js +133 -147
- package/lib/module/components/Channel/hooks/useMessageListPagination.js.map +1 -1
- package/lib/module/components/Chat/Chat.js.map +1 -1
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js +8 -13
- package/lib/module/components/KeyboardCompatibleView/KeyboardCompatibleView.js.map +1 -1
- package/lib/module/components/Message/Message.js +14 -7
- package/lib/module/components/Message/Message.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageFooter.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageSimple.js +70 -54
- package/lib/module/components/Message/MessageSimple/MessageSimple.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageStatus.js +14 -6
- package/lib/module/components/Message/MessageSimple/MessageStatus.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/MessageTextContainer.js.map +1 -1
- package/lib/module/components/Message/MessageSimple/utils/renderText.js.map +1 -1
- package/lib/module/components/Message/hooks/useCreateMessageContext.js +3 -1
- package/lib/module/components/Message/hooks/useCreateMessageContext.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActionHandlers.js.map +1 -1
- package/lib/module/components/Message/hooks/useMessageActions.js.map +1 -1
- package/lib/module/components/MessageInput/FileUploadPreview.js +25 -39
- package/lib/module/components/MessageInput/FileUploadPreview.js.map +1 -1
- package/lib/module/components/MessageInput/InputButtons.js +18 -15
- package/lib/module/components/MessageInput/InputButtons.js.map +1 -1
- package/lib/module/components/MessageInput/MessageInput.js +96 -74
- package/lib/module/components/MessageInput/MessageInput.js.map +1 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js +2 -1
- package/lib/module/components/MessageInput/components/AudioRecorder/AudioRecordingButton.js.map +1 -1
- package/lib/module/components/MessageInput/hooks/useAudioController.js +4 -4
- package/lib/module/components/MessageInput/hooks/useAudioController.js.map +1 -1
- package/lib/module/components/MessageList/MessageList.js +281 -223
- package/lib/module/components/MessageList/MessageList.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useMessageList.js +65 -48
- package/lib/module/components/MessageList/hooks/useMessageList.js.map +1 -1
- package/lib/module/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.js.map +1 -1
- package/lib/module/components/MessageList/utils/getGroupStyles.js +1 -1
- package/lib/module/components/MessageList/utils/getGroupStyles.js.map +1 -1
- package/lib/module/components/MessageList/utils/getLastReceivedMessage.js.map +1 -1
- package/lib/module/components/MessageList/utils/getReadState.js +20 -0
- package/lib/module/components/MessageList/utils/getReadState.js.map +1 -0
- package/lib/module/components/MessageMenu/hooks/useFetchReactions.js.map +1 -1
- package/lib/module/components/Poll/components/Button.js.map +1 -1
- package/lib/module/components/Poll/components/PollResults/PollResultItem.js.map +1 -1
- package/lib/module/components/Reply/Reply.js +2 -2
- package/lib/module/components/Reply/Reply.js.map +1 -1
- package/lib/module/components/Thread/components/ThreadFooterComponent.js +24 -6
- package/lib/module/components/Thread/components/ThreadFooterComponent.js.map +1 -1
- package/lib/module/components/ThreadList/ThreadListItem.js.map +1 -1
- package/lib/module/components/UIComponents/BottomSheetModal.js +10 -6
- package/lib/module/components/UIComponents/BottomSheetModal.js.map +1 -1
- package/lib/module/components/index.js +15 -4
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/contexts/attachmentPickerContext/AttachmentPickerContext.js.map +1 -1
- package/lib/module/contexts/channelsStateContext/useChannelState.js +5 -1
- package/lib/module/contexts/channelsStateContext/useChannelState.js.map +1 -1
- package/lib/module/contexts/debugContext/DebugContext.js.map +1 -1
- package/lib/module/contexts/imageGalleryContext/ImageGalleryContext.js.map +1 -1
- package/lib/module/contexts/messageContext/MessageContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/MessageInputContext.js +535 -523
- package/lib/module/contexts/messageInputContext/MessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js +7 -6
- package/lib/module/contexts/messageInputContext/hooks/useCreateMessageInputContext.js.map +1 -1
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js +37 -41
- package/lib/module/contexts/messageInputContext/hooks/useMessageDetailsForState.js.map +1 -1
- package/lib/module/contexts/messageInputContext/utils/utils.js +4 -4
- package/lib/module/contexts/messageInputContext/utils/utils.js.map +1 -1
- package/lib/module/contexts/messagesContext/MessagesContext.js.map +1 -1
- package/lib/module/contexts/pollContext/pollContext.js.map +1 -1
- package/lib/module/contexts/suggestionsContext/SuggestionsContext.js +23 -14
- package/lib/module/contexts/suggestionsContext/SuggestionsContext.js.map +1 -1
- package/lib/module/contexts/themeContext/utils/theme.js +2 -1
- package/lib/module/contexts/themeContext/utils/theme.js.map +1 -1
- package/lib/module/contexts/threadContext/ThreadContext.js.map +1 -1
- package/lib/module/contexts/threadsContext/ThreadListItemContext.js.map +1 -1
- package/lib/module/hooks/index.js +22 -0
- package/lib/module/hooks/index.js.map +1 -1
- package/lib/module/hooks/useAudioPlayer.js +60 -69
- package/lib/module/hooks/useAudioPlayer.js.map +1 -1
- package/lib/module/hooks/useStableCallback.js +13 -0
- package/lib/module/hooks/useStableCallback.js.map +1 -0
- package/lib/module/hooks/useTranslatedMessage.js.map +1 -1
- package/lib/module/i18n/en.json +3 -0
- package/lib/module/i18n/es.json +3 -0
- package/lib/module/i18n/fr.json +3 -0
- package/lib/module/i18n/he.json +3 -0
- package/lib/module/i18n/hi.json +2 -0
- package/lib/module/i18n/it.json +3 -0
- package/lib/module/i18n/ja.json +1 -0
- package/lib/module/i18n/ko.json +1 -0
- package/lib/module/i18n/nl.json +2 -0
- package/lib/module/i18n/pt-br.json +3 -0
- package/lib/module/i18n/ru.json +4 -0
- package/lib/module/i18n/tr.json +2 -0
- package/lib/module/mock-builders/api/channelMocks.js.map +1 -1
- package/lib/module/native.js.map +1 -1
- package/lib/module/store/mappers/mapMessageToStorable.js.map +1 -1
- package/lib/module/types/types.js.map +1 -1
- package/lib/module/utils/compressImage.js +1 -1
- package/lib/module/utils/compressImage.js.map +1 -1
- package/lib/module/utils/removeReservedFields.js.map +1 -1
- package/lib/module/utils/utils.js +17 -4
- package/lib/module/utils/utils.js.map +1 -1
- package/lib/module/version.json +1 -1
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts +2 -2
- package/lib/typescript/components/Attachment/AudioAttachment.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/FileAttachmentGroup.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/Gallery.d.ts +3 -3
- package/lib/typescript/components/Attachment/Gallery.d.ts.map +1 -1
- package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts +4 -3
- package/lib/typescript/components/Attachment/ImageReloadIndicator.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/AttachmentPicker.d.ts.map +1 -1
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts +2 -2
- package/lib/typescript/components/AttachmentPicker/components/AttachmentPickerItem.d.ts.map +1 -1
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts +2 -3
- package/lib/typescript/components/AutoCompleteInput/AutoCompleteInput.d.ts.map +1 -1
- package/lib/typescript/components/Channel/Channel.d.ts +3 -4
- package/lib/typescript/components/Channel/Channel.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useChannelDataState.d.ts +2 -3
- package/lib/typescript/components/Channel/hooks/useChannelDataState.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateMessagesContext.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useCreateThreadContext.d.ts +6 -6
- package/lib/typescript/components/Channel/hooks/useCreateThreadContext.d.ts.map +1 -1
- package/lib/typescript/components/Channel/hooks/useMessageListPagination.d.ts +3 -3
- package/lib/typescript/components/Channel/hooks/useMessageListPagination.d.ts.map +1 -1
- package/lib/typescript/components/ChannelPreview/hooks/useChannelPreviewData.d.ts +1 -1
- package/lib/typescript/components/ChannelPreview/hooks/useLatestMessagePreview.d.ts +1 -1
- package/lib/typescript/components/Chat/Chat.d.ts +0 -9
- package/lib/typescript/components/Chat/Chat.d.ts.map +1 -1
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts +3 -0
- package/lib/typescript/components/KeyboardCompatibleView/KeyboardCompatibleView.d.ts.map +1 -1
- package/lib/typescript/components/Message/Message.d.ts +4 -5
- package/lib/typescript/components/Message/Message.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts +2 -3
- package/lib/typescript/components/Message/MessageSimple/MessageFooter.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageSimple.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageStatus.d.ts +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageStatus.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/MessageTextContainer.d.ts.map +1 -1
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts +2 -2
- package/lib/typescript/components/Message/MessageSimple/utils/renderText.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts +1 -1
- package/lib/typescript/components/Message/hooks/useCreateMessageContext.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useMessageActionHandlers.d.ts.map +1 -1
- package/lib/typescript/components/Message/hooks/useMessageActions.d.ts +2 -2
- package/lib/typescript/components/Message/hooks/useMessageActions.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts +2 -4
- package/lib/typescript/components/MessageInput/FileUploadPreview.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/InputButtons.d.ts +1 -1
- package/lib/typescript/components/MessageInput/InputButtons.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/MessageInput.d.ts +1 -1
- package/lib/typescript/components/MessageInput/MessageInput.d.ts.map +1 -1
- package/lib/typescript/components/MessageInput/hooks/useAudioController.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/MessageList.d.ts +4 -4
- package/lib/typescript/components/MessageList/MessageList.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/MessageSystem.d.ts +2 -2
- package/lib/typescript/components/MessageList/MessageSystem.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts +14 -9
- package/lib/typescript/components/MessageList/hooks/useMessageList.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.d.ts +2 -2
- package/lib/typescript/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/utils/getGroupStyles.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/utils/getLastReceivedMessage.d.ts +2 -2
- package/lib/typescript/components/MessageList/utils/getLastReceivedMessage.d.ts.map +1 -1
- package/lib/typescript/components/MessageList/utils/getReadState.d.ts +9 -0
- package/lib/typescript/components/MessageList/utils/getReadState.d.ts.map +1 -0
- package/lib/typescript/components/MessageMenu/hooks/useFetchReactions.d.ts +2 -3
- package/lib/typescript/components/MessageMenu/hooks/useFetchReactions.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/Button.d.ts +2 -3
- package/lib/typescript/components/Poll/components/Button.d.ts.map +1 -1
- package/lib/typescript/components/Poll/components/PollResults/PollResultItem.d.ts +2 -3
- package/lib/typescript/components/Poll/components/PollResults/PollResultItem.d.ts.map +1 -1
- package/lib/typescript/components/Reply/Reply.d.ts.map +1 -1
- package/lib/typescript/components/Thread/components/ThreadFooterComponent.d.ts.map +1 -1
- package/lib/typescript/components/ThreadList/ThreadListItem.d.ts.map +1 -1
- package/lib/typescript/components/UIComponents/BottomSheetModal.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +2 -1
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts +3 -3
- package/lib/typescript/contexts/attachmentPickerContext/AttachmentPickerContext.d.ts.map +1 -1
- package/lib/typescript/contexts/channelsStateContext/useChannelState.d.ts.map +1 -1
- package/lib/typescript/contexts/debugContext/DebugContext.d.ts +2 -3
- package/lib/typescript/contexts/debugContext/DebugContext.d.ts.map +1 -1
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts +3 -3
- package/lib/typescript/contexts/imageGalleryContext/ImageGalleryContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts +6 -4
- package/lib/typescript/contexts/messageContext/MessageContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts +13 -15
- package/lib/typescript/contexts/messageInputContext/MessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useCreateMessageInputContext.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts +3 -3
- package/lib/typescript/contexts/messageInputContext/hooks/useMessageDetailsForState.d.ts.map +1 -1
- package/lib/typescript/contexts/messageInputContext/utils/utils.d.ts +2 -2
- package/lib/typescript/contexts/messageInputContext/utils/utils.d.ts.map +1 -1
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts +25 -21
- package/lib/typescript/contexts/messagesContext/MessagesContext.d.ts.map +1 -1
- package/lib/typescript/contexts/pollContext/pollContext.d.ts +2 -3
- package/lib/typescript/contexts/pollContext/pollContext.d.ts.map +1 -1
- package/lib/typescript/contexts/suggestionsContext/SuggestionsContext.d.ts.map +1 -1
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts +1 -0
- package/lib/typescript/contexts/themeContext/utils/theme.d.ts.map +1 -1
- package/lib/typescript/contexts/threadContext/ThreadContext.d.ts +4 -5
- package/lib/typescript/contexts/threadContext/ThreadContext.d.ts.map +1 -1
- package/lib/typescript/contexts/threadsContext/ThreadListItemContext.d.ts +3 -4
- package/lib/typescript/contexts/threadsContext/ThreadListItemContext.d.ts.map +1 -1
- package/lib/typescript/hooks/index.d.ts +2 -0
- package/lib/typescript/hooks/index.d.ts.map +1 -1
- package/lib/typescript/hooks/useAudioPlayer.d.ts.map +1 -1
- package/lib/typescript/hooks/useStableCallback.d.ts +26 -0
- package/lib/typescript/hooks/useStableCallback.d.ts.map +1 -0
- package/lib/typescript/hooks/useTranslatedMessage.d.ts +59 -58
- package/lib/typescript/hooks/useTranslatedMessage.d.ts.map +1 -1
- package/lib/typescript/i18n/en.json +3 -0
- package/lib/typescript/i18n/es.json +3 -0
- package/lib/typescript/i18n/fr.json +3 -0
- package/lib/typescript/i18n/he.json +3 -0
- package/lib/typescript/i18n/hi.json +2 -0
- package/lib/typescript/i18n/it.json +3 -0
- package/lib/typescript/i18n/ja.json +1 -0
- package/lib/typescript/i18n/ko.json +1 -0
- package/lib/typescript/i18n/nl.json +2 -0
- package/lib/typescript/i18n/pt-br.json +3 -0
- package/lib/typescript/i18n/ru.json +4 -0
- package/lib/typescript/i18n/tr.json +2 -0
- package/lib/typescript/native.d.ts +8 -11
- package/lib/typescript/native.d.ts.map +1 -1
- package/lib/typescript/store/apis/insertReaction.d.ts +2 -2
- package/lib/typescript/store/apis/insertReaction.d.ts.map +1 -1
- package/lib/typescript/store/apis/updateMessage.d.ts +2 -2
- package/lib/typescript/store/apis/updateMessage.d.ts.map +1 -1
- package/lib/typescript/store/apis/updateReaction.d.ts +2 -2
- package/lib/typescript/store/apis/updateReaction.d.ts.map +1 -1
- package/lib/typescript/store/mappers/mapMessageToStorable.d.ts +2 -2
- package/lib/typescript/store/mappers/mapMessageToStorable.d.ts.map +1 -1
- package/lib/typescript/types/types.d.ts +28 -50
- package/lib/typescript/types/types.d.ts.map +1 -1
- package/lib/typescript/utils/compressImage.d.ts +2 -2
- package/lib/typescript/utils/compressImage.d.ts.map +1 -1
- package/lib/typescript/utils/i18n/Streami18n.d.ts +3 -0
- package/lib/typescript/utils/i18n/Streami18n.d.ts.map +1 -1
- package/lib/typescript/utils/removeReservedFields.d.ts +2 -3
- package/lib/typescript/utils/removeReservedFields.d.ts.map +1 -1
- package/lib/typescript/utils/utils.d.ts +10 -10
- package/lib/typescript/utils/utils.d.ts.map +1 -1
- package/package.json +4 -3
- package/src/components/Attachment/AudioAttachment.tsx +12 -6
- package/src/components/Attachment/FileAttachmentGroup.tsx +3 -1
- package/src/components/Attachment/Gallery.tsx +22 -7
- package/src/components/Attachment/ImageReloadIndicator.tsx +4 -5
- package/src/components/AttachmentPicker/AttachmentPicker.tsx +4 -10
- package/src/components/AttachmentPicker/components/AttachmentPickerItem.tsx +9 -37
- package/src/components/AutoCompleteInput/AutoCompleteInput.tsx +27 -23
- package/src/components/AutoCompleteInput/__tests__/AutoCompleteInput.test.js +12 -12
- package/src/components/Channel/Channel.tsx +423 -361
- package/src/components/Channel/__tests__/Channel.test.js +10 -3
- package/src/components/Channel/hooks/useChannelDataState.ts +2 -4
- package/src/components/Channel/hooks/useCreateMessagesContext.ts +2 -0
- package/src/components/Channel/hooks/useMessageListPagination.tsx +150 -150
- package/src/components/Chat/Chat.tsx +0 -9
- package/src/components/ImageGallery/__tests__/ImageGallery.test.tsx +8 -7
- package/src/components/ImageGallery/__tests__/ImageGalleryFooter.test.tsx +5 -4
- package/src/components/ImageGallery/__tests__/ImageGalleryHeader.test.tsx +5 -4
- package/src/components/ImageGallery/__tests__/ImageGalleryOverlay.test.tsx +3 -2
- package/src/components/KeyboardCompatibleView/KeyboardCompatibleView.tsx +12 -5
- package/src/components/Message/Message.tsx +16 -15
- package/src/components/Message/MessageSimple/MessageFooter.tsx +2 -3
- package/src/components/Message/MessageSimple/MessageSimple.tsx +112 -70
- package/src/components/Message/MessageSimple/MessageStatus.tsx +19 -17
- package/src/components/Message/MessageSimple/MessageTextContainer.tsx +3 -3
- package/src/components/Message/MessageSimple/__tests__/MessageStatus.test.js +11 -5
- package/src/components/Message/MessageSimple/__tests__/MessageTextContainer.test.tsx +5 -4
- package/src/components/Message/MessageSimple/utils/renderText.tsx +2 -3
- package/src/components/Message/hooks/useCreateMessageContext.ts +3 -0
- package/src/components/Message/hooks/useMessageActionHandlers.ts +1 -3
- package/src/components/Message/hooks/useMessageActions.tsx +4 -3
- package/src/components/MessageInput/FileUploadPreview.tsx +41 -70
- package/src/components/MessageInput/ImageUploadPreview.tsx +2 -2
- package/src/components/MessageInput/InputButtons.tsx +14 -10
- package/src/components/MessageInput/MessageInput.tsx +28 -30
- package/src/components/MessageInput/__tests__/FileUploadPreview.test.js +1 -1
- package/src/components/MessageInput/__tests__/MessageInput.test.js +3 -1
- package/src/components/MessageInput/components/AudioRecorder/AudioRecordingButton.tsx +1 -0
- package/src/components/MessageInput/hooks/useAudioController.tsx +6 -5
- package/src/components/MessageList/MessageList.tsx +253 -137
- package/src/components/MessageList/MessageSystem.tsx +2 -2
- package/src/components/MessageList/hooks/useMessageList.ts +82 -64
- package/src/components/MessageList/hooks/useShouldScrollToRecentOnNewOwnMessage.ts +2 -2
- package/src/components/MessageList/utils/getGroupStyles.ts +7 -5
- package/src/components/MessageList/utils/getLastReceivedMessage.ts +3 -3
- package/src/components/MessageList/utils/getReadState.ts +27 -0
- package/src/components/MessageMenu/__tests__/MessageUserReactions.test.tsx +2 -3
- package/src/components/MessageMenu/hooks/useFetchReactions.ts +2 -3
- package/src/components/Poll/components/Button.tsx +2 -4
- package/src/components/Poll/components/PollResults/PollResultItem.tsx +2 -3
- package/src/components/Reply/Reply.tsx +1 -2
- package/src/components/Thread/__tests__/__snapshots__/Thread.test.js.snap +318 -847
- package/src/components/Thread/components/ThreadFooterComponent.tsx +31 -9
- package/src/components/ThreadList/ThreadListItem.tsx +6 -4
- package/src/components/UIComponents/BottomSheetModal.tsx +11 -7
- package/src/components/index.ts +2 -1
- package/src/contexts/attachmentPickerContext/AttachmentPickerContext.tsx +5 -4
- package/src/contexts/channelsStateContext/useChannelState.ts +5 -1
- package/src/contexts/debugContext/DebugContext.tsx +2 -4
- package/src/contexts/imageGalleryContext/ImageGalleryContext.tsx +5 -4
- package/src/contexts/messageContext/MessageContext.tsx +6 -4
- package/src/contexts/messageInputContext/MessageInputContext.tsx +295 -262
- package/src/contexts/messageInputContext/__tests__/__snapshots__/sendMessage.test.tsx.snap +10 -6
- package/src/contexts/messageInputContext/__tests__/sendMessage.test.tsx +6 -5
- package/src/contexts/messageInputContext/__tests__/updateMessage.test.tsx +3 -5
- package/src/contexts/messageInputContext/__tests__/useMessageDetailsForState.test.tsx +14 -9
- package/src/contexts/messageInputContext/hooks/useCreateMessageInputContext.ts +7 -3
- package/src/contexts/messageInputContext/hooks/useMessageDetailsForState.ts +37 -40
- package/src/contexts/messageInputContext/utils/utils.ts +6 -8
- package/src/contexts/messagesContext/MessagesContext.tsx +26 -20
- package/src/contexts/pollContext/pollContext.tsx +2 -4
- package/src/contexts/suggestionsContext/SuggestionsContext.tsx +33 -14
- package/src/contexts/themeContext/utils/theme.ts +2 -0
- package/src/contexts/threadContext/ThreadContext.tsx +4 -6
- package/src/contexts/threadsContext/ThreadListItemContext.tsx +3 -5
- package/src/hooks/index.ts +2 -0
- package/src/hooks/useAudioPlayer.ts +37 -31
- package/src/hooks/useStableCallback.ts +37 -0
- package/src/hooks/useTranslatedMessage.ts +2 -2
- package/src/i18n/en.json +3 -0
- package/src/i18n/es.json +3 -0
- package/src/i18n/fr.json +3 -0
- package/src/i18n/he.json +3 -0
- package/src/i18n/hi.json +2 -0
- package/src/i18n/it.json +3 -0
- package/src/i18n/ja.json +1 -0
- package/src/i18n/ko.json +1 -0
- package/src/i18n/nl.json +2 -0
- package/src/i18n/pt-br.json +3 -0
- package/src/i18n/ru.json +4 -0
- package/src/i18n/tr.json +2 -0
- package/src/mock-builders/api/channelMocks.tsx +2 -8
- package/src/native.ts +13 -8
- package/src/store/apis/insertReaction.ts +2 -2
- package/src/store/apis/updateMessage.ts +2 -2
- package/src/store/apis/updateReaction.ts +2 -2
- package/src/store/mappers/mapMessageToStorable.ts +2 -2
- package/src/types/stream-chat-common-custom-data.d.ts +22 -22
- package/src/types/types.ts +35 -54
- package/src/utils/compressImage.ts +3 -4
- package/src/utils/removeReservedFields.ts +3 -5
- package/src/utils/utils.ts +25 -16
- package/src/version.json +1 -1
- package/lib/commonjs/components/MessageList/hooks/useLastReadData.js +0 -20
- package/lib/commonjs/components/MessageList/hooks/useLastReadData.js.map +0 -1
- package/lib/commonjs/components/MessageList/utils/getReadStates.js +0 -34
- package/lib/commonjs/components/MessageList/utils/getReadStates.js.map +0 -1
- package/lib/module/components/MessageList/hooks/useLastReadData.js +0 -20
- package/lib/module/components/MessageList/hooks/useLastReadData.js.map +0 -1
- package/lib/module/components/MessageList/utils/getReadStates.js +0 -34
- package/lib/module/components/MessageList/utils/getReadStates.js.map +0 -1
- package/lib/typescript/components/MessageList/hooks/useLastReadData.d.ts +0 -12
- package/lib/typescript/components/MessageList/hooks/useLastReadData.d.ts.map +0 -1
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts +0 -5
- package/lib/typescript/components/MessageList/utils/getReadStates.d.ts.map +0 -1
- package/src/components/MessageList/hooks/useLastReadData.ts +0 -29
- package/src/components/MessageList/utils/getReadStates.ts +0 -55
|
@@ -51,18 +51,15 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
51
51
|
{
|
|
52
52
|
"attachments": [],
|
|
53
53
|
"created_at": 2020-05-05T14:50:00.000Z,
|
|
54
|
-
"dateSeparator": undefined,
|
|
55
54
|
"deleted_at": null,
|
|
56
|
-
"
|
|
57
|
-
"single",
|
|
58
|
-
],
|
|
55
|
+
"error": null,
|
|
59
56
|
"html": "<p>regular</p>",
|
|
60
57
|
"id": "38ef6f7c-3090-5759-a37f-ab0053aadb96",
|
|
61
58
|
"message_text_updated_at": "2020-05-05T14:50:00.000Z",
|
|
62
59
|
"parent_id": "b4612a73-fa2b-5787-bf71-1adc8f291a04",
|
|
63
60
|
"pinned_at": null,
|
|
61
|
+
"quoted_message": null,
|
|
64
62
|
"reaction_groups": null,
|
|
65
|
-
"readBy": false,
|
|
66
63
|
"status": "received",
|
|
67
64
|
"text": "Message6",
|
|
68
65
|
"type": "regular",
|
|
@@ -81,18 +78,15 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
81
78
|
{
|
|
82
79
|
"attachments": [],
|
|
83
80
|
"created_at": 2020-05-05T14:50:00.000Z,
|
|
84
|
-
"dateSeparator": undefined,
|
|
85
81
|
"deleted_at": null,
|
|
86
|
-
"
|
|
87
|
-
"single",
|
|
88
|
-
],
|
|
82
|
+
"error": null,
|
|
89
83
|
"html": "<p>regular</p>",
|
|
90
84
|
"id": "516efa25-5d29-5c9a-ad2d-4cc183e785bd",
|
|
91
85
|
"message_text_updated_at": "2020-05-05T14:50:00.000Z",
|
|
92
86
|
"parent_id": "b4612a73-fa2b-5787-bf71-1adc8f291a04",
|
|
93
87
|
"pinned_at": null,
|
|
88
|
+
"quoted_message": null,
|
|
94
89
|
"reaction_groups": null,
|
|
95
|
-
"readBy": false,
|
|
96
90
|
"status": "received",
|
|
97
91
|
"text": "Message5",
|
|
98
92
|
"type": "regular",
|
|
@@ -111,18 +105,15 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
111
105
|
{
|
|
112
106
|
"attachments": [],
|
|
113
107
|
"created_at": 2020-05-05T14:50:00.000Z,
|
|
114
|
-
"dateSeparator": 2020-05-05T14:50:00.000Z,
|
|
115
108
|
"deleted_at": null,
|
|
116
|
-
"
|
|
117
|
-
"single",
|
|
118
|
-
],
|
|
109
|
+
"error": null,
|
|
119
110
|
"html": "<p>regular</p>",
|
|
120
111
|
"id": "82a83b16-b611-527c-b3ac-765ef6220490",
|
|
121
112
|
"message_text_updated_at": "2020-05-05T14:50:00.000Z",
|
|
122
113
|
"parent_id": "b4612a73-fa2b-5787-bf71-1adc8f291a04",
|
|
123
114
|
"pinned_at": null,
|
|
115
|
+
"quoted_message": null,
|
|
124
116
|
"reaction_groups": null,
|
|
125
|
-
"readBy": false,
|
|
126
117
|
"status": "received",
|
|
127
118
|
"text": "Message4",
|
|
128
119
|
"type": "regular",
|
|
@@ -273,6 +264,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
273
264
|
"paddingHorizontal": 8,
|
|
274
265
|
},
|
|
275
266
|
{},
|
|
267
|
+
{},
|
|
276
268
|
]
|
|
277
269
|
}
|
|
278
270
|
testID="message-wrapper"
|
|
@@ -402,254 +394,123 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
402
394
|
style={
|
|
403
395
|
[
|
|
404
396
|
{
|
|
405
|
-
"
|
|
406
|
-
|
|
407
|
-
{
|
|
408
|
-
"opacity": undefined,
|
|
409
|
-
"transform": [
|
|
410
|
-
{
|
|
411
|
-
"translateX": undefined,
|
|
412
|
-
},
|
|
413
|
-
],
|
|
397
|
+
"alignItems": "center",
|
|
398
|
+
"flexDirection": "row",
|
|
414
399
|
},
|
|
415
400
|
{},
|
|
416
401
|
]
|
|
417
402
|
}
|
|
418
403
|
>
|
|
419
404
|
<View
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
405
|
+
accessibilityState={
|
|
406
|
+
{
|
|
407
|
+
"busy": undefined,
|
|
408
|
+
"checked": undefined,
|
|
409
|
+
"disabled": undefined,
|
|
410
|
+
"expanded": undefined,
|
|
411
|
+
"selected": undefined,
|
|
412
|
+
}
|
|
428
413
|
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
height={24}
|
|
436
|
-
meetOrSlice={0}
|
|
437
|
-
minX={0}
|
|
438
|
-
minY={0}
|
|
439
|
-
pathFill="#7A7A7A"
|
|
440
|
-
style={
|
|
441
|
-
[
|
|
442
|
-
{
|
|
443
|
-
"backgroundColor": "transparent",
|
|
444
|
-
"borderWidth": 0,
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"flex": 0,
|
|
448
|
-
"height": 24,
|
|
449
|
-
"width": 24,
|
|
450
|
-
},
|
|
451
|
-
]
|
|
414
|
+
accessibilityValue={
|
|
415
|
+
{
|
|
416
|
+
"max": undefined,
|
|
417
|
+
"min": undefined,
|
|
418
|
+
"now": undefined,
|
|
419
|
+
"text": undefined,
|
|
452
420
|
}
|
|
453
|
-
vbHeight={24}
|
|
454
|
-
vbWidth={24}
|
|
455
|
-
width={24}
|
|
456
|
-
>
|
|
457
|
-
<RNSVGGroup
|
|
458
|
-
fill={
|
|
459
|
-
{
|
|
460
|
-
"payload": 4278190080,
|
|
461
|
-
"type": 0,
|
|
462
|
-
}
|
|
463
|
-
}
|
|
464
|
-
>
|
|
465
|
-
<RNSVGPath
|
|
466
|
-
clipRule={0}
|
|
467
|
-
d="M4 8a1 1 0 011-1c3.992 0 6.34.122 7.954.459 1.704.355 2.592.95 3.646 1.741a1 1 0 01.058.047c1.036.906 2.14 2 2.974 3.564C20.47 14.38 21 16.36 21 19a1 1 0 11-2 0c0-2.36-.47-4.006-1.132-5.248-.66-1.237-1.544-2.138-2.498-2.975-.929-.695-1.542-1.094-2.824-1.36C11.16 9.126 9.008 9 5 9a1 1 0 01-1-1z"
|
|
468
|
-
fill={
|
|
469
|
-
{
|
|
470
|
-
"payload": 4286216826,
|
|
471
|
-
"type": 0,
|
|
472
|
-
}
|
|
473
|
-
}
|
|
474
|
-
fillRule={0}
|
|
475
|
-
propList={
|
|
476
|
-
[
|
|
477
|
-
"fill",
|
|
478
|
-
"fillRule",
|
|
479
|
-
]
|
|
480
|
-
}
|
|
481
|
-
/>
|
|
482
|
-
<RNSVGPath
|
|
483
|
-
clipRule={0}
|
|
484
|
-
d="M4.293 8.707a1 1 0 010-1.414l3-3a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0z"
|
|
485
|
-
fill={
|
|
486
|
-
{
|
|
487
|
-
"payload": 4286216826,
|
|
488
|
-
"type": 0,
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
fillRule={0}
|
|
492
|
-
propList={
|
|
493
|
-
[
|
|
494
|
-
"fill",
|
|
495
|
-
"fillRule",
|
|
496
|
-
]
|
|
497
|
-
}
|
|
498
|
-
/>
|
|
499
|
-
<RNSVGPath
|
|
500
|
-
clipRule={0}
|
|
501
|
-
d="M4.293 7.293a1 1 0 011.414 0l3 3a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.414z"
|
|
502
|
-
fill={
|
|
503
|
-
{
|
|
504
|
-
"payload": 4286216826,
|
|
505
|
-
"type": 0,
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
fillRule={0}
|
|
509
|
-
propList={
|
|
510
|
-
[
|
|
511
|
-
"fill",
|
|
512
|
-
"fillRule",
|
|
513
|
-
]
|
|
514
|
-
}
|
|
515
|
-
/>
|
|
516
|
-
</RNSVGGroup>
|
|
517
|
-
</RNSVGSvgView>
|
|
518
|
-
</View>
|
|
519
|
-
</View>
|
|
520
|
-
<View
|
|
521
|
-
style={
|
|
522
|
-
{
|
|
523
|
-
"transform": [
|
|
524
|
-
{
|
|
525
|
-
"translateX": 0,
|
|
526
|
-
},
|
|
527
|
-
],
|
|
528
421
|
}
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
422
|
+
accessible={true}
|
|
423
|
+
collapsable={false}
|
|
424
|
+
focusable={true}
|
|
425
|
+
onBlur={[Function]}
|
|
426
|
+
onClick={[Function]}
|
|
427
|
+
onFocus={[Function]}
|
|
428
|
+
onResponderGrant={[Function]}
|
|
429
|
+
onResponderMove={[Function]}
|
|
430
|
+
onResponderRelease={[Function]}
|
|
431
|
+
onResponderTerminate={[Function]}
|
|
432
|
+
onResponderTerminationRequest={[Function]}
|
|
433
|
+
onStartShouldSetResponder={[Function]}
|
|
532
434
|
style={
|
|
533
435
|
[
|
|
534
436
|
{
|
|
535
|
-
"
|
|
536
|
-
"flexDirection": "row",
|
|
437
|
+
"opacity": 1,
|
|
537
438
|
},
|
|
538
439
|
{},
|
|
539
440
|
]
|
|
540
441
|
}
|
|
541
442
|
>
|
|
542
443
|
<View
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
"busy": undefined,
|
|
546
|
-
"checked": undefined,
|
|
547
|
-
"disabled": undefined,
|
|
548
|
-
"expanded": undefined,
|
|
549
|
-
"selected": undefined,
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
accessibilityValue={
|
|
553
|
-
{
|
|
554
|
-
"max": undefined,
|
|
555
|
-
"min": undefined,
|
|
556
|
-
"now": undefined,
|
|
557
|
-
"text": undefined,
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
accessible={true}
|
|
561
|
-
collapsable={false}
|
|
562
|
-
focusable={true}
|
|
563
|
-
onBlur={[Function]}
|
|
564
|
-
onClick={[Function]}
|
|
565
|
-
onFocus={[Function]}
|
|
566
|
-
onResponderGrant={[Function]}
|
|
567
|
-
onResponderMove={[Function]}
|
|
568
|
-
onResponderRelease={[Function]}
|
|
569
|
-
onResponderTerminate={[Function]}
|
|
570
|
-
onResponderTerminationRequest={[Function]}
|
|
571
|
-
onStartShouldSetResponder={[Function]}
|
|
572
|
-
style={
|
|
573
|
-
[
|
|
574
|
-
{
|
|
575
|
-
"opacity": 1,
|
|
576
|
-
},
|
|
577
|
-
{},
|
|
578
|
-
]
|
|
579
|
-
}
|
|
444
|
+
onLayout={[Function]}
|
|
445
|
+
style={{}}
|
|
580
446
|
>
|
|
581
447
|
<View
|
|
582
|
-
|
|
583
|
-
|
|
448
|
+
style={
|
|
449
|
+
[
|
|
450
|
+
{
|
|
451
|
+
"borderTopLeftRadius": 16,
|
|
452
|
+
"borderTopRightRadius": 16,
|
|
453
|
+
"borderWidth": 1,
|
|
454
|
+
"overflow": "hidden",
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
"backgroundColor": "#E9EAED",
|
|
458
|
+
"borderBottomLeftRadius": 0,
|
|
459
|
+
"borderBottomRightRadius": 16,
|
|
460
|
+
"borderColor": "#ECEBEB",
|
|
461
|
+
},
|
|
462
|
+
{},
|
|
463
|
+
{},
|
|
464
|
+
{},
|
|
465
|
+
]
|
|
466
|
+
}
|
|
467
|
+
testID="message-content-wrapper"
|
|
584
468
|
>
|
|
585
469
|
<View
|
|
586
470
|
style={
|
|
587
471
|
[
|
|
588
472
|
{
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"borderWidth": 1,
|
|
592
|
-
"overflow": "hidden",
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
"backgroundColor": "#E9EAED",
|
|
596
|
-
"borderBottomLeftRadius": 0,
|
|
597
|
-
"borderBottomRightRadius": 16,
|
|
598
|
-
"borderColor": "#ECEBEB",
|
|
473
|
+
"maxWidth": 250,
|
|
474
|
+
"paddingHorizontal": 16,
|
|
599
475
|
},
|
|
600
476
|
{},
|
|
601
|
-
|
|
602
|
-
{},
|
|
477
|
+
undefined,
|
|
603
478
|
]
|
|
604
479
|
}
|
|
605
|
-
testID="message-
|
|
480
|
+
testID="message-text-container"
|
|
606
481
|
>
|
|
607
482
|
<View
|
|
608
483
|
style={
|
|
609
484
|
[
|
|
610
485
|
{
|
|
611
|
-
"
|
|
612
|
-
"paddingHorizontal": 16,
|
|
486
|
+
"alignSelf": "stretch",
|
|
613
487
|
},
|
|
614
|
-
{},
|
|
615
488
|
undefined,
|
|
616
489
|
]
|
|
617
490
|
}
|
|
618
|
-
testID="message-text-container"
|
|
619
491
|
>
|
|
620
|
-
<
|
|
492
|
+
<Text
|
|
621
493
|
style={
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
494
|
+
{
|
|
495
|
+
"alignItems": "flex-start",
|
|
496
|
+
"flexDirection": "row",
|
|
497
|
+
"flexWrap": "wrap",
|
|
498
|
+
"justifyContent": "flex-start",
|
|
499
|
+
"marginBottom": 8,
|
|
500
|
+
"marginTop": 8,
|
|
501
|
+
}
|
|
628
502
|
}
|
|
629
503
|
>
|
|
630
504
|
<Text
|
|
631
505
|
style={
|
|
632
506
|
{
|
|
633
|
-
"
|
|
634
|
-
"flexDirection": "row",
|
|
635
|
-
"flexWrap": "wrap",
|
|
636
|
-
"justifyContent": "flex-start",
|
|
637
|
-
"marginBottom": 8,
|
|
638
|
-
"marginTop": 8,
|
|
507
|
+
"color": "#000000",
|
|
639
508
|
}
|
|
640
509
|
}
|
|
641
510
|
>
|
|
642
|
-
|
|
643
|
-
style={
|
|
644
|
-
{
|
|
645
|
-
"color": "#000000",
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
>
|
|
649
|
-
Message6
|
|
650
|
-
</Text>
|
|
511
|
+
Message6
|
|
651
512
|
</Text>
|
|
652
|
-
</
|
|
513
|
+
</Text>
|
|
653
514
|
</View>
|
|
654
515
|
</View>
|
|
655
516
|
</View>
|
|
@@ -784,6 +645,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
784
645
|
"paddingHorizontal": 8,
|
|
785
646
|
},
|
|
786
647
|
{},
|
|
648
|
+
{},
|
|
787
649
|
]
|
|
788
650
|
}
|
|
789
651
|
testID="message-wrapper"
|
|
@@ -913,264 +775,133 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
913
775
|
style={
|
|
914
776
|
[
|
|
915
777
|
{
|
|
916
|
-
"
|
|
917
|
-
|
|
918
|
-
{
|
|
919
|
-
"opacity": undefined,
|
|
920
|
-
"transform": [
|
|
921
|
-
{
|
|
922
|
-
"translateX": undefined,
|
|
923
|
-
},
|
|
924
|
-
],
|
|
778
|
+
"alignItems": "center",
|
|
779
|
+
"flexDirection": "row",
|
|
925
780
|
},
|
|
926
781
|
{},
|
|
927
782
|
]
|
|
928
783
|
}
|
|
929
784
|
>
|
|
930
785
|
<View
|
|
786
|
+
accessibilityState={
|
|
787
|
+
{
|
|
788
|
+
"busy": undefined,
|
|
789
|
+
"checked": undefined,
|
|
790
|
+
"disabled": undefined,
|
|
791
|
+
"expanded": undefined,
|
|
792
|
+
"selected": undefined,
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
accessibilityValue={
|
|
796
|
+
{
|
|
797
|
+
"max": undefined,
|
|
798
|
+
"min": undefined,
|
|
799
|
+
"now": undefined,
|
|
800
|
+
"text": undefined,
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
accessible={true}
|
|
804
|
+
collapsable={false}
|
|
805
|
+
focusable={true}
|
|
806
|
+
onBlur={[Function]}
|
|
807
|
+
onClick={[Function]}
|
|
808
|
+
onFocus={[Function]}
|
|
809
|
+
onResponderGrant={[Function]}
|
|
810
|
+
onResponderMove={[Function]}
|
|
811
|
+
onResponderRelease={[Function]}
|
|
812
|
+
onResponderTerminate={[Function]}
|
|
813
|
+
onResponderTerminationRequest={[Function]}
|
|
814
|
+
onStartShouldSetResponder={[Function]}
|
|
931
815
|
style={
|
|
932
816
|
[
|
|
933
817
|
{
|
|
934
|
-
"
|
|
935
|
-
"paddingRight": 16,
|
|
818
|
+
"opacity": 1,
|
|
936
819
|
},
|
|
937
820
|
{},
|
|
938
821
|
]
|
|
939
822
|
}
|
|
940
823
|
>
|
|
941
|
-
<
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
bbWidth={24}
|
|
945
|
-
focusable={false}
|
|
946
|
-
height={24}
|
|
947
|
-
meetOrSlice={0}
|
|
948
|
-
minX={0}
|
|
949
|
-
minY={0}
|
|
950
|
-
pathFill="#7A7A7A"
|
|
951
|
-
style={
|
|
952
|
-
[
|
|
953
|
-
{
|
|
954
|
-
"backgroundColor": "transparent",
|
|
955
|
-
"borderWidth": 0,
|
|
956
|
-
},
|
|
957
|
-
{
|
|
958
|
-
"flex": 0,
|
|
959
|
-
"height": 24,
|
|
960
|
-
"width": 24,
|
|
961
|
-
},
|
|
962
|
-
]
|
|
963
|
-
}
|
|
964
|
-
vbHeight={24}
|
|
965
|
-
vbWidth={24}
|
|
966
|
-
width={24}
|
|
824
|
+
<View
|
|
825
|
+
onLayout={[Function]}
|
|
826
|
+
style={{}}
|
|
967
827
|
>
|
|
968
|
-
<
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
"payload": 4278190080,
|
|
972
|
-
"type": 0,
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
>
|
|
976
|
-
<RNSVGPath
|
|
977
|
-
clipRule={0}
|
|
978
|
-
d="M4 8a1 1 0 011-1c3.992 0 6.34.122 7.954.459 1.704.355 2.592.95 3.646 1.741a1 1 0 01.058.047c1.036.906 2.14 2 2.974 3.564C20.47 14.38 21 16.36 21 19a1 1 0 11-2 0c0-2.36-.47-4.006-1.132-5.248-.66-1.237-1.544-2.138-2.498-2.975-.929-.695-1.542-1.094-2.824-1.36C11.16 9.126 9.008 9 5 9a1 1 0 01-1-1z"
|
|
979
|
-
fill={
|
|
828
|
+
<View
|
|
829
|
+
style={
|
|
830
|
+
[
|
|
980
831
|
{
|
|
981
|
-
"
|
|
982
|
-
"
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
propList={
|
|
987
|
-
[
|
|
988
|
-
"fill",
|
|
989
|
-
"fillRule",
|
|
990
|
-
]
|
|
991
|
-
}
|
|
992
|
-
/>
|
|
993
|
-
<RNSVGPath
|
|
994
|
-
clipRule={0}
|
|
995
|
-
d="M4.293 8.707a1 1 0 010-1.414l3-3a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0z"
|
|
996
|
-
fill={
|
|
832
|
+
"borderTopLeftRadius": 16,
|
|
833
|
+
"borderTopRightRadius": 16,
|
|
834
|
+
"borderWidth": 1,
|
|
835
|
+
"overflow": "hidden",
|
|
836
|
+
},
|
|
997
837
|
{
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
838
|
+
"backgroundColor": "#E9EAED",
|
|
839
|
+
"borderBottomLeftRadius": 0,
|
|
840
|
+
"borderBottomRightRadius": 16,
|
|
841
|
+
"borderColor": "#ECEBEB",
|
|
842
|
+
},
|
|
843
|
+
{},
|
|
844
|
+
{},
|
|
845
|
+
{},
|
|
846
|
+
]
|
|
847
|
+
}
|
|
848
|
+
testID="message-content-wrapper"
|
|
849
|
+
>
|
|
850
|
+
<View
|
|
851
|
+
style={
|
|
1004
852
|
[
|
|
1005
|
-
|
|
1006
|
-
|
|
853
|
+
{
|
|
854
|
+
"maxWidth": 250,
|
|
855
|
+
"paddingHorizontal": 16,
|
|
856
|
+
},
|
|
857
|
+
{},
|
|
858
|
+
undefined,
|
|
1007
859
|
]
|
|
1008
860
|
}
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
861
|
+
testID="message-text-container"
|
|
862
|
+
>
|
|
863
|
+
<View
|
|
864
|
+
style={
|
|
865
|
+
[
|
|
866
|
+
{
|
|
867
|
+
"alignSelf": "stretch",
|
|
868
|
+
},
|
|
869
|
+
undefined,
|
|
870
|
+
]
|
|
1017
871
|
}
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
872
|
+
>
|
|
873
|
+
<Text
|
|
874
|
+
style={
|
|
875
|
+
{
|
|
876
|
+
"alignItems": "flex-start",
|
|
877
|
+
"flexDirection": "row",
|
|
878
|
+
"flexWrap": "wrap",
|
|
879
|
+
"justifyContent": "flex-start",
|
|
880
|
+
"marginBottom": 8,
|
|
881
|
+
"marginTop": 8,
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
>
|
|
885
|
+
<Text
|
|
886
|
+
style={
|
|
887
|
+
{
|
|
888
|
+
"color": "#000000",
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
>
|
|
892
|
+
Message5
|
|
893
|
+
</Text>
|
|
894
|
+
</Text>
|
|
895
|
+
</View>
|
|
896
|
+
</View>
|
|
897
|
+
</View>
|
|
898
|
+
</View>
|
|
1029
899
|
</View>
|
|
1030
900
|
</View>
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
{
|
|
1036
|
-
"translateX": 0,
|
|
1037
|
-
},
|
|
1038
|
-
],
|
|
1039
|
-
}
|
|
1040
|
-
}
|
|
1041
|
-
>
|
|
1042
|
-
<View
|
|
1043
|
-
style={
|
|
1044
|
-
[
|
|
1045
|
-
{
|
|
1046
|
-
"alignItems": "center",
|
|
1047
|
-
"flexDirection": "row",
|
|
1048
|
-
},
|
|
1049
|
-
{},
|
|
1050
|
-
]
|
|
1051
|
-
}
|
|
1052
|
-
>
|
|
1053
|
-
<View
|
|
1054
|
-
accessibilityState={
|
|
1055
|
-
{
|
|
1056
|
-
"busy": undefined,
|
|
1057
|
-
"checked": undefined,
|
|
1058
|
-
"disabled": undefined,
|
|
1059
|
-
"expanded": undefined,
|
|
1060
|
-
"selected": undefined,
|
|
1061
|
-
}
|
|
1062
|
-
}
|
|
1063
|
-
accessibilityValue={
|
|
1064
|
-
{
|
|
1065
|
-
"max": undefined,
|
|
1066
|
-
"min": undefined,
|
|
1067
|
-
"now": undefined,
|
|
1068
|
-
"text": undefined,
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
accessible={true}
|
|
1072
|
-
collapsable={false}
|
|
1073
|
-
focusable={true}
|
|
1074
|
-
onBlur={[Function]}
|
|
1075
|
-
onClick={[Function]}
|
|
1076
|
-
onFocus={[Function]}
|
|
1077
|
-
onResponderGrant={[Function]}
|
|
1078
|
-
onResponderMove={[Function]}
|
|
1079
|
-
onResponderRelease={[Function]}
|
|
1080
|
-
onResponderTerminate={[Function]}
|
|
1081
|
-
onResponderTerminationRequest={[Function]}
|
|
1082
|
-
onStartShouldSetResponder={[Function]}
|
|
1083
|
-
style={
|
|
1084
|
-
[
|
|
1085
|
-
{
|
|
1086
|
-
"opacity": 1,
|
|
1087
|
-
},
|
|
1088
|
-
{},
|
|
1089
|
-
]
|
|
1090
|
-
}
|
|
1091
|
-
>
|
|
1092
|
-
<View
|
|
1093
|
-
onLayout={[Function]}
|
|
1094
|
-
style={{}}
|
|
1095
|
-
>
|
|
1096
|
-
<View
|
|
1097
|
-
style={
|
|
1098
|
-
[
|
|
1099
|
-
{
|
|
1100
|
-
"borderTopLeftRadius": 16,
|
|
1101
|
-
"borderTopRightRadius": 16,
|
|
1102
|
-
"borderWidth": 1,
|
|
1103
|
-
"overflow": "hidden",
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
"backgroundColor": "#E9EAED",
|
|
1107
|
-
"borderBottomLeftRadius": 0,
|
|
1108
|
-
"borderBottomRightRadius": 16,
|
|
1109
|
-
"borderColor": "#ECEBEB",
|
|
1110
|
-
},
|
|
1111
|
-
{},
|
|
1112
|
-
{},
|
|
1113
|
-
{},
|
|
1114
|
-
]
|
|
1115
|
-
}
|
|
1116
|
-
testID="message-content-wrapper"
|
|
1117
|
-
>
|
|
1118
|
-
<View
|
|
1119
|
-
style={
|
|
1120
|
-
[
|
|
1121
|
-
{
|
|
1122
|
-
"maxWidth": 250,
|
|
1123
|
-
"paddingHorizontal": 16,
|
|
1124
|
-
},
|
|
1125
|
-
{},
|
|
1126
|
-
undefined,
|
|
1127
|
-
]
|
|
1128
|
-
}
|
|
1129
|
-
testID="message-text-container"
|
|
1130
|
-
>
|
|
1131
|
-
<View
|
|
1132
|
-
style={
|
|
1133
|
-
[
|
|
1134
|
-
{
|
|
1135
|
-
"alignSelf": "stretch",
|
|
1136
|
-
},
|
|
1137
|
-
undefined,
|
|
1138
|
-
]
|
|
1139
|
-
}
|
|
1140
|
-
>
|
|
1141
|
-
<Text
|
|
1142
|
-
style={
|
|
1143
|
-
{
|
|
1144
|
-
"alignItems": "flex-start",
|
|
1145
|
-
"flexDirection": "row",
|
|
1146
|
-
"flexWrap": "wrap",
|
|
1147
|
-
"justifyContent": "flex-start",
|
|
1148
|
-
"marginBottom": 8,
|
|
1149
|
-
"marginTop": 8,
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
>
|
|
1153
|
-
<Text
|
|
1154
|
-
style={
|
|
1155
|
-
{
|
|
1156
|
-
"color": "#000000",
|
|
1157
|
-
}
|
|
1158
|
-
}
|
|
1159
|
-
>
|
|
1160
|
-
Message5
|
|
1161
|
-
</Text>
|
|
1162
|
-
</Text>
|
|
1163
|
-
</View>
|
|
1164
|
-
</View>
|
|
1165
|
-
</View>
|
|
1166
|
-
</View>
|
|
1167
|
-
</View>
|
|
1168
|
-
</View>
|
|
1169
|
-
</View>
|
|
1170
|
-
</View>
|
|
1171
|
-
<View
|
|
1172
|
-
style={
|
|
1173
|
-
[
|
|
901
|
+
</View>
|
|
902
|
+
<View
|
|
903
|
+
style={
|
|
904
|
+
[
|
|
1174
905
|
{
|
|
1175
906
|
"alignItems": "center",
|
|
1176
907
|
"flexDirection": "row",
|
|
@@ -1333,6 +1064,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
1333
1064
|
"paddingHorizontal": 8,
|
|
1334
1065
|
},
|
|
1335
1066
|
{},
|
|
1067
|
+
{},
|
|
1336
1068
|
]
|
|
1337
1069
|
}
|
|
1338
1070
|
testID="message-wrapper"
|
|
@@ -1462,254 +1194,123 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
1462
1194
|
style={
|
|
1463
1195
|
[
|
|
1464
1196
|
{
|
|
1465
|
-
"
|
|
1466
|
-
|
|
1467
|
-
{
|
|
1468
|
-
"opacity": undefined,
|
|
1469
|
-
"transform": [
|
|
1470
|
-
{
|
|
1471
|
-
"translateX": undefined,
|
|
1472
|
-
},
|
|
1473
|
-
],
|
|
1197
|
+
"alignItems": "center",
|
|
1198
|
+
"flexDirection": "row",
|
|
1474
1199
|
},
|
|
1475
1200
|
{},
|
|
1476
1201
|
]
|
|
1477
1202
|
}
|
|
1478
1203
|
>
|
|
1479
1204
|
<View
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1205
|
+
accessibilityState={
|
|
1206
|
+
{
|
|
1207
|
+
"busy": undefined,
|
|
1208
|
+
"checked": undefined,
|
|
1209
|
+
"disabled": undefined,
|
|
1210
|
+
"expanded": undefined,
|
|
1211
|
+
"selected": undefined,
|
|
1212
|
+
}
|
|
1488
1213
|
}
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
height={24}
|
|
1496
|
-
meetOrSlice={0}
|
|
1497
|
-
minX={0}
|
|
1498
|
-
minY={0}
|
|
1499
|
-
pathFill="#7A7A7A"
|
|
1500
|
-
style={
|
|
1501
|
-
[
|
|
1502
|
-
{
|
|
1503
|
-
"backgroundColor": "transparent",
|
|
1504
|
-
"borderWidth": 0,
|
|
1505
|
-
},
|
|
1506
|
-
{
|
|
1507
|
-
"flex": 0,
|
|
1508
|
-
"height": 24,
|
|
1509
|
-
"width": 24,
|
|
1510
|
-
},
|
|
1511
|
-
]
|
|
1214
|
+
accessibilityValue={
|
|
1215
|
+
{
|
|
1216
|
+
"max": undefined,
|
|
1217
|
+
"min": undefined,
|
|
1218
|
+
"now": undefined,
|
|
1219
|
+
"text": undefined,
|
|
1512
1220
|
}
|
|
1513
|
-
vbHeight={24}
|
|
1514
|
-
vbWidth={24}
|
|
1515
|
-
width={24}
|
|
1516
|
-
>
|
|
1517
|
-
<RNSVGGroup
|
|
1518
|
-
fill={
|
|
1519
|
-
{
|
|
1520
|
-
"payload": 4278190080,
|
|
1521
|
-
"type": 0,
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
>
|
|
1525
|
-
<RNSVGPath
|
|
1526
|
-
clipRule={0}
|
|
1527
|
-
d="M4 8a1 1 0 011-1c3.992 0 6.34.122 7.954.459 1.704.355 2.592.95 3.646 1.741a1 1 0 01.058.047c1.036.906 2.14 2 2.974 3.564C20.47 14.38 21 16.36 21 19a1 1 0 11-2 0c0-2.36-.47-4.006-1.132-5.248-.66-1.237-1.544-2.138-2.498-2.975-.929-.695-1.542-1.094-2.824-1.36C11.16 9.126 9.008 9 5 9a1 1 0 01-1-1z"
|
|
1528
|
-
fill={
|
|
1529
|
-
{
|
|
1530
|
-
"payload": 4286216826,
|
|
1531
|
-
"type": 0,
|
|
1532
|
-
}
|
|
1533
|
-
}
|
|
1534
|
-
fillRule={0}
|
|
1535
|
-
propList={
|
|
1536
|
-
[
|
|
1537
|
-
"fill",
|
|
1538
|
-
"fillRule",
|
|
1539
|
-
]
|
|
1540
|
-
}
|
|
1541
|
-
/>
|
|
1542
|
-
<RNSVGPath
|
|
1543
|
-
clipRule={0}
|
|
1544
|
-
d="M4.293 8.707a1 1 0 010-1.414l3-3a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0z"
|
|
1545
|
-
fill={
|
|
1546
|
-
{
|
|
1547
|
-
"payload": 4286216826,
|
|
1548
|
-
"type": 0,
|
|
1549
|
-
}
|
|
1550
|
-
}
|
|
1551
|
-
fillRule={0}
|
|
1552
|
-
propList={
|
|
1553
|
-
[
|
|
1554
|
-
"fill",
|
|
1555
|
-
"fillRule",
|
|
1556
|
-
]
|
|
1557
|
-
}
|
|
1558
|
-
/>
|
|
1559
|
-
<RNSVGPath
|
|
1560
|
-
clipRule={0}
|
|
1561
|
-
d="M4.293 7.293a1 1 0 011.414 0l3 3a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.414z"
|
|
1562
|
-
fill={
|
|
1563
|
-
{
|
|
1564
|
-
"payload": 4286216826,
|
|
1565
|
-
"type": 0,
|
|
1566
|
-
}
|
|
1567
|
-
}
|
|
1568
|
-
fillRule={0}
|
|
1569
|
-
propList={
|
|
1570
|
-
[
|
|
1571
|
-
"fill",
|
|
1572
|
-
"fillRule",
|
|
1573
|
-
]
|
|
1574
|
-
}
|
|
1575
|
-
/>
|
|
1576
|
-
</RNSVGGroup>
|
|
1577
|
-
</RNSVGSvgView>
|
|
1578
|
-
</View>
|
|
1579
|
-
</View>
|
|
1580
|
-
<View
|
|
1581
|
-
style={
|
|
1582
|
-
{
|
|
1583
|
-
"transform": [
|
|
1584
|
-
{
|
|
1585
|
-
"translateX": 0,
|
|
1586
|
-
},
|
|
1587
|
-
],
|
|
1588
1221
|
}
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1222
|
+
accessible={true}
|
|
1223
|
+
collapsable={false}
|
|
1224
|
+
focusable={true}
|
|
1225
|
+
onBlur={[Function]}
|
|
1226
|
+
onClick={[Function]}
|
|
1227
|
+
onFocus={[Function]}
|
|
1228
|
+
onResponderGrant={[Function]}
|
|
1229
|
+
onResponderMove={[Function]}
|
|
1230
|
+
onResponderRelease={[Function]}
|
|
1231
|
+
onResponderTerminate={[Function]}
|
|
1232
|
+
onResponderTerminationRequest={[Function]}
|
|
1233
|
+
onStartShouldSetResponder={[Function]}
|
|
1592
1234
|
style={
|
|
1593
1235
|
[
|
|
1594
1236
|
{
|
|
1595
|
-
"
|
|
1596
|
-
"flexDirection": "row",
|
|
1237
|
+
"opacity": 1,
|
|
1597
1238
|
},
|
|
1598
1239
|
{},
|
|
1599
1240
|
]
|
|
1600
1241
|
}
|
|
1601
1242
|
>
|
|
1602
1243
|
<View
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
"busy": undefined,
|
|
1606
|
-
"checked": undefined,
|
|
1607
|
-
"disabled": undefined,
|
|
1608
|
-
"expanded": undefined,
|
|
1609
|
-
"selected": undefined,
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
accessibilityValue={
|
|
1613
|
-
{
|
|
1614
|
-
"max": undefined,
|
|
1615
|
-
"min": undefined,
|
|
1616
|
-
"now": undefined,
|
|
1617
|
-
"text": undefined,
|
|
1618
|
-
}
|
|
1619
|
-
}
|
|
1620
|
-
accessible={true}
|
|
1621
|
-
collapsable={false}
|
|
1622
|
-
focusable={true}
|
|
1623
|
-
onBlur={[Function]}
|
|
1624
|
-
onClick={[Function]}
|
|
1625
|
-
onFocus={[Function]}
|
|
1626
|
-
onResponderGrant={[Function]}
|
|
1627
|
-
onResponderMove={[Function]}
|
|
1628
|
-
onResponderRelease={[Function]}
|
|
1629
|
-
onResponderTerminate={[Function]}
|
|
1630
|
-
onResponderTerminationRequest={[Function]}
|
|
1631
|
-
onStartShouldSetResponder={[Function]}
|
|
1632
|
-
style={
|
|
1633
|
-
[
|
|
1634
|
-
{
|
|
1635
|
-
"opacity": 1,
|
|
1636
|
-
},
|
|
1637
|
-
{},
|
|
1638
|
-
]
|
|
1639
|
-
}
|
|
1244
|
+
onLayout={[Function]}
|
|
1245
|
+
style={{}}
|
|
1640
1246
|
>
|
|
1641
1247
|
<View
|
|
1642
|
-
|
|
1643
|
-
|
|
1248
|
+
style={
|
|
1249
|
+
[
|
|
1250
|
+
{
|
|
1251
|
+
"borderTopLeftRadius": 16,
|
|
1252
|
+
"borderTopRightRadius": 16,
|
|
1253
|
+
"borderWidth": 1,
|
|
1254
|
+
"overflow": "hidden",
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"backgroundColor": "#E9EAED",
|
|
1258
|
+
"borderBottomLeftRadius": 0,
|
|
1259
|
+
"borderBottomRightRadius": 16,
|
|
1260
|
+
"borderColor": "#ECEBEB",
|
|
1261
|
+
},
|
|
1262
|
+
{},
|
|
1263
|
+
{},
|
|
1264
|
+
{},
|
|
1265
|
+
]
|
|
1266
|
+
}
|
|
1267
|
+
testID="message-content-wrapper"
|
|
1644
1268
|
>
|
|
1645
1269
|
<View
|
|
1646
1270
|
style={
|
|
1647
1271
|
[
|
|
1648
1272
|
{
|
|
1649
|
-
"
|
|
1650
|
-
"
|
|
1651
|
-
"borderWidth": 1,
|
|
1652
|
-
"overflow": "hidden",
|
|
1273
|
+
"maxWidth": 250,
|
|
1274
|
+
"paddingHorizontal": 16,
|
|
1653
1275
|
},
|
|
1654
|
-
{
|
|
1655
|
-
"backgroundColor": "#E9EAED",
|
|
1656
|
-
"borderBottomLeftRadius": 0,
|
|
1657
|
-
"borderBottomRightRadius": 16,
|
|
1658
|
-
"borderColor": "#ECEBEB",
|
|
1659
|
-
},
|
|
1660
|
-
{},
|
|
1661
|
-
{},
|
|
1662
1276
|
{},
|
|
1277
|
+
undefined,
|
|
1663
1278
|
]
|
|
1664
1279
|
}
|
|
1665
|
-
testID="message-
|
|
1280
|
+
testID="message-text-container"
|
|
1666
1281
|
>
|
|
1667
1282
|
<View
|
|
1668
1283
|
style={
|
|
1669
1284
|
[
|
|
1670
1285
|
{
|
|
1671
|
-
"
|
|
1672
|
-
"paddingHorizontal": 16,
|
|
1286
|
+
"alignSelf": "stretch",
|
|
1673
1287
|
},
|
|
1674
|
-
{},
|
|
1675
1288
|
undefined,
|
|
1676
1289
|
]
|
|
1677
1290
|
}
|
|
1678
|
-
testID="message-text-container"
|
|
1679
1291
|
>
|
|
1680
|
-
<
|
|
1292
|
+
<Text
|
|
1681
1293
|
style={
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1294
|
+
{
|
|
1295
|
+
"alignItems": "flex-start",
|
|
1296
|
+
"flexDirection": "row",
|
|
1297
|
+
"flexWrap": "wrap",
|
|
1298
|
+
"justifyContent": "flex-start",
|
|
1299
|
+
"marginBottom": 8,
|
|
1300
|
+
"marginTop": 8,
|
|
1301
|
+
}
|
|
1688
1302
|
}
|
|
1689
1303
|
>
|
|
1690
1304
|
<Text
|
|
1691
1305
|
style={
|
|
1692
1306
|
{
|
|
1693
|
-
"
|
|
1694
|
-
"flexDirection": "row",
|
|
1695
|
-
"flexWrap": "wrap",
|
|
1696
|
-
"justifyContent": "flex-start",
|
|
1697
|
-
"marginBottom": 8,
|
|
1698
|
-
"marginTop": 8,
|
|
1307
|
+
"color": "#000000",
|
|
1699
1308
|
}
|
|
1700
1309
|
}
|
|
1701
1310
|
>
|
|
1702
|
-
|
|
1703
|
-
style={
|
|
1704
|
-
{
|
|
1705
|
-
"color": "#000000",
|
|
1706
|
-
}
|
|
1707
|
-
}
|
|
1708
|
-
>
|
|
1709
|
-
Message4
|
|
1710
|
-
</Text>
|
|
1311
|
+
Message4
|
|
1711
1312
|
</Text>
|
|
1712
|
-
</
|
|
1313
|
+
</Text>
|
|
1713
1314
|
</View>
|
|
1714
1315
|
</View>
|
|
1715
1316
|
</View>
|
|
@@ -1834,6 +1435,7 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
1834
1435
|
"paddingHorizontal": 8,
|
|
1835
1436
|
},
|
|
1836
1437
|
{},
|
|
1438
|
+
{},
|
|
1837
1439
|
]
|
|
1838
1440
|
}
|
|
1839
1441
|
testID="message-wrapper"
|
|
@@ -1966,254 +1568,123 @@ exports[`Thread should match thread snapshot 1`] = `
|
|
|
1966
1568
|
style={
|
|
1967
1569
|
[
|
|
1968
1570
|
{
|
|
1969
|
-
"
|
|
1970
|
-
|
|
1971
|
-
{
|
|
1972
|
-
"opacity": undefined,
|
|
1973
|
-
"transform": [
|
|
1974
|
-
{
|
|
1975
|
-
"translateX": undefined,
|
|
1976
|
-
},
|
|
1977
|
-
],
|
|
1571
|
+
"alignItems": "center",
|
|
1572
|
+
"flexDirection": "row",
|
|
1978
1573
|
},
|
|
1979
1574
|
{},
|
|
1980
1575
|
]
|
|
1981
1576
|
}
|
|
1982
1577
|
>
|
|
1983
1578
|
<View
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1579
|
+
accessibilityState={
|
|
1580
|
+
{
|
|
1581
|
+
"busy": undefined,
|
|
1582
|
+
"checked": undefined,
|
|
1583
|
+
"disabled": true,
|
|
1584
|
+
"expanded": undefined,
|
|
1585
|
+
"selected": undefined,
|
|
1586
|
+
}
|
|
1992
1587
|
}
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
height={24}
|
|
2000
|
-
meetOrSlice={0}
|
|
2001
|
-
minX={0}
|
|
2002
|
-
minY={0}
|
|
2003
|
-
pathFill="#7A7A7A"
|
|
2004
|
-
style={
|
|
2005
|
-
[
|
|
2006
|
-
{
|
|
2007
|
-
"backgroundColor": "transparent",
|
|
2008
|
-
"borderWidth": 0,
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"flex": 0,
|
|
2012
|
-
"height": 24,
|
|
2013
|
-
"width": 24,
|
|
2014
|
-
},
|
|
2015
|
-
]
|
|
1588
|
+
accessibilityValue={
|
|
1589
|
+
{
|
|
1590
|
+
"max": undefined,
|
|
1591
|
+
"min": undefined,
|
|
1592
|
+
"now": undefined,
|
|
1593
|
+
"text": undefined,
|
|
2016
1594
|
}
|
|
2017
|
-
vbHeight={24}
|
|
2018
|
-
vbWidth={24}
|
|
2019
|
-
width={24}
|
|
2020
|
-
>
|
|
2021
|
-
<RNSVGGroup
|
|
2022
|
-
fill={
|
|
2023
|
-
{
|
|
2024
|
-
"payload": 4278190080,
|
|
2025
|
-
"type": 0,
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2028
|
-
>
|
|
2029
|
-
<RNSVGPath
|
|
2030
|
-
clipRule={0}
|
|
2031
|
-
d="M4 8a1 1 0 011-1c3.992 0 6.34.122 7.954.459 1.704.355 2.592.95 3.646 1.741a1 1 0 01.058.047c1.036.906 2.14 2 2.974 3.564C20.47 14.38 21 16.36 21 19a1 1 0 11-2 0c0-2.36-.47-4.006-1.132-5.248-.66-1.237-1.544-2.138-2.498-2.975-.929-.695-1.542-1.094-2.824-1.36C11.16 9.126 9.008 9 5 9a1 1 0 01-1-1z"
|
|
2032
|
-
fill={
|
|
2033
|
-
{
|
|
2034
|
-
"payload": 4286216826,
|
|
2035
|
-
"type": 0,
|
|
2036
|
-
}
|
|
2037
|
-
}
|
|
2038
|
-
fillRule={0}
|
|
2039
|
-
propList={
|
|
2040
|
-
[
|
|
2041
|
-
"fill",
|
|
2042
|
-
"fillRule",
|
|
2043
|
-
]
|
|
2044
|
-
}
|
|
2045
|
-
/>
|
|
2046
|
-
<RNSVGPath
|
|
2047
|
-
clipRule={0}
|
|
2048
|
-
d="M4.293 8.707a1 1 0 010-1.414l3-3a1 1 0 011.414 1.414l-3 3a1 1 0 01-1.414 0z"
|
|
2049
|
-
fill={
|
|
2050
|
-
{
|
|
2051
|
-
"payload": 4286216826,
|
|
2052
|
-
"type": 0,
|
|
2053
|
-
}
|
|
2054
|
-
}
|
|
2055
|
-
fillRule={0}
|
|
2056
|
-
propList={
|
|
2057
|
-
[
|
|
2058
|
-
"fill",
|
|
2059
|
-
"fillRule",
|
|
2060
|
-
]
|
|
2061
|
-
}
|
|
2062
|
-
/>
|
|
2063
|
-
<RNSVGPath
|
|
2064
|
-
clipRule={0}
|
|
2065
|
-
d="M4.293 7.293a1 1 0 011.414 0l3 3a1 1 0 11-1.414 1.414l-3-3a1 1 0 010-1.414z"
|
|
2066
|
-
fill={
|
|
2067
|
-
{
|
|
2068
|
-
"payload": 4286216826,
|
|
2069
|
-
"type": 0,
|
|
2070
|
-
}
|
|
2071
|
-
}
|
|
2072
|
-
fillRule={0}
|
|
2073
|
-
propList={
|
|
2074
|
-
[
|
|
2075
|
-
"fill",
|
|
2076
|
-
"fillRule",
|
|
2077
|
-
]
|
|
2078
|
-
}
|
|
2079
|
-
/>
|
|
2080
|
-
</RNSVGGroup>
|
|
2081
|
-
</RNSVGSvgView>
|
|
2082
|
-
</View>
|
|
2083
|
-
</View>
|
|
2084
|
-
<View
|
|
2085
|
-
style={
|
|
2086
|
-
{
|
|
2087
|
-
"transform": [
|
|
2088
|
-
{
|
|
2089
|
-
"translateX": 0,
|
|
2090
|
-
},
|
|
2091
|
-
],
|
|
2092
1595
|
}
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
1596
|
+
accessible={true}
|
|
1597
|
+
collapsable={false}
|
|
1598
|
+
focusable={true}
|
|
1599
|
+
onBlur={[Function]}
|
|
1600
|
+
onClick={[Function]}
|
|
1601
|
+
onFocus={[Function]}
|
|
1602
|
+
onResponderGrant={[Function]}
|
|
1603
|
+
onResponderMove={[Function]}
|
|
1604
|
+
onResponderRelease={[Function]}
|
|
1605
|
+
onResponderTerminate={[Function]}
|
|
1606
|
+
onResponderTerminationRequest={[Function]}
|
|
1607
|
+
onStartShouldSetResponder={[Function]}
|
|
2096
1608
|
style={
|
|
2097
1609
|
[
|
|
2098
1610
|
{
|
|
2099
|
-
"
|
|
2100
|
-
"flexDirection": "row",
|
|
1611
|
+
"opacity": 1,
|
|
2101
1612
|
},
|
|
2102
1613
|
{},
|
|
2103
1614
|
]
|
|
2104
1615
|
}
|
|
2105
1616
|
>
|
|
2106
1617
|
<View
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
"busy": undefined,
|
|
2110
|
-
"checked": undefined,
|
|
2111
|
-
"disabled": true,
|
|
2112
|
-
"expanded": undefined,
|
|
2113
|
-
"selected": undefined,
|
|
2114
|
-
}
|
|
2115
|
-
}
|
|
2116
|
-
accessibilityValue={
|
|
2117
|
-
{
|
|
2118
|
-
"max": undefined,
|
|
2119
|
-
"min": undefined,
|
|
2120
|
-
"now": undefined,
|
|
2121
|
-
"text": undefined,
|
|
2122
|
-
}
|
|
2123
|
-
}
|
|
2124
|
-
accessible={true}
|
|
2125
|
-
collapsable={false}
|
|
2126
|
-
focusable={true}
|
|
2127
|
-
onBlur={[Function]}
|
|
2128
|
-
onClick={[Function]}
|
|
2129
|
-
onFocus={[Function]}
|
|
2130
|
-
onResponderGrant={[Function]}
|
|
2131
|
-
onResponderMove={[Function]}
|
|
2132
|
-
onResponderRelease={[Function]}
|
|
2133
|
-
onResponderTerminate={[Function]}
|
|
2134
|
-
onResponderTerminationRequest={[Function]}
|
|
2135
|
-
onStartShouldSetResponder={[Function]}
|
|
2136
|
-
style={
|
|
2137
|
-
[
|
|
2138
|
-
{
|
|
2139
|
-
"opacity": 1,
|
|
2140
|
-
},
|
|
2141
|
-
{},
|
|
2142
|
-
]
|
|
2143
|
-
}
|
|
1618
|
+
onLayout={[Function]}
|
|
1619
|
+
style={{}}
|
|
2144
1620
|
>
|
|
2145
1621
|
<View
|
|
2146
|
-
|
|
2147
|
-
|
|
1622
|
+
style={
|
|
1623
|
+
[
|
|
1624
|
+
{
|
|
1625
|
+
"borderTopLeftRadius": 16,
|
|
1626
|
+
"borderTopRightRadius": 16,
|
|
1627
|
+
"borderWidth": 1,
|
|
1628
|
+
"overflow": "hidden",
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
"backgroundColor": "#E9EAED",
|
|
1632
|
+
"borderBottomLeftRadius": 0,
|
|
1633
|
+
"borderBottomRightRadius": 16,
|
|
1634
|
+
"borderColor": "#ECEBEB",
|
|
1635
|
+
},
|
|
1636
|
+
{},
|
|
1637
|
+
{},
|
|
1638
|
+
{},
|
|
1639
|
+
]
|
|
1640
|
+
}
|
|
1641
|
+
testID="message-content-wrapper"
|
|
2148
1642
|
>
|
|
2149
1643
|
<View
|
|
2150
1644
|
style={
|
|
2151
1645
|
[
|
|
2152
1646
|
{
|
|
2153
|
-
"
|
|
2154
|
-
"
|
|
2155
|
-
"borderWidth": 1,
|
|
2156
|
-
"overflow": "hidden",
|
|
2157
|
-
},
|
|
2158
|
-
{
|
|
2159
|
-
"backgroundColor": "#E9EAED",
|
|
2160
|
-
"borderBottomLeftRadius": 0,
|
|
2161
|
-
"borderBottomRightRadius": 16,
|
|
2162
|
-
"borderColor": "#ECEBEB",
|
|
1647
|
+
"maxWidth": 250,
|
|
1648
|
+
"paddingHorizontal": 16,
|
|
2163
1649
|
},
|
|
2164
1650
|
{},
|
|
2165
|
-
|
|
2166
|
-
{},
|
|
1651
|
+
undefined,
|
|
2167
1652
|
]
|
|
2168
1653
|
}
|
|
2169
|
-
testID="message-
|
|
1654
|
+
testID="message-text-container"
|
|
2170
1655
|
>
|
|
2171
1656
|
<View
|
|
2172
1657
|
style={
|
|
2173
1658
|
[
|
|
2174
1659
|
{
|
|
2175
|
-
"
|
|
2176
|
-
"paddingHorizontal": 16,
|
|
1660
|
+
"alignSelf": "stretch",
|
|
2177
1661
|
},
|
|
2178
|
-
{},
|
|
2179
1662
|
undefined,
|
|
2180
1663
|
]
|
|
2181
1664
|
}
|
|
2182
|
-
testID="message-text-container"
|
|
2183
1665
|
>
|
|
2184
|
-
<
|
|
1666
|
+
<Text
|
|
2185
1667
|
style={
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
1668
|
+
{
|
|
1669
|
+
"alignItems": "flex-start",
|
|
1670
|
+
"flexDirection": "row",
|
|
1671
|
+
"flexWrap": "wrap",
|
|
1672
|
+
"justifyContent": "flex-start",
|
|
1673
|
+
"marginBottom": 8,
|
|
1674
|
+
"marginTop": 8,
|
|
1675
|
+
}
|
|
2192
1676
|
}
|
|
2193
1677
|
>
|
|
2194
1678
|
<Text
|
|
2195
1679
|
style={
|
|
2196
1680
|
{
|
|
2197
|
-
"
|
|
2198
|
-
"flexDirection": "row",
|
|
2199
|
-
"flexWrap": "wrap",
|
|
2200
|
-
"justifyContent": "flex-start",
|
|
2201
|
-
"marginBottom": 8,
|
|
2202
|
-
"marginTop": 8,
|
|
1681
|
+
"color": "#000000",
|
|
2203
1682
|
}
|
|
2204
1683
|
}
|
|
2205
1684
|
>
|
|
2206
|
-
|
|
2207
|
-
style={
|
|
2208
|
-
{
|
|
2209
|
-
"color": "#000000",
|
|
2210
|
-
}
|
|
2211
|
-
}
|
|
2212
|
-
>
|
|
2213
|
-
Message3
|
|
2214
|
-
</Text>
|
|
1685
|
+
Message3
|
|
2215
1686
|
</Text>
|
|
2216
|
-
</
|
|
1687
|
+
</Text>
|
|
2217
1688
|
</View>
|
|
2218
1689
|
</View>
|
|
2219
1690
|
</View>
|