Rocket.Chat.ReactNative/storybook/stories
Saket Mahajan 8bc32a3e77
[BUG] App isn't showing message for PDF/file uploads (#2584)
* Fixed the issue #2531

In app/containers/message/Reply.js added a View Contaier around the
Attachment Touchable and Added a Markdown attribute with msg set to
description of attachment to display the message if any.

* Added the condition to check if File Description Exists

Added an if statement to check if file description exists and if yes
then add a markdown with value msg equal to the description.

Also tested using 'yarn test -u' to add/update the tests.

* Made the requested Changes

Removed the condition to check for attachment description.
Added the `markdown` inside the touchable and wrapped `attachmentContainer` and the `markdown` inside a `<>` component

* Added file not showing message issue code in this branch

* Fixed the mistake in return

* fix

* Add tests

Co-authored-by: Diego Mello <diegolmello@gmail.com>
2020-11-04 14:25:06 -03:00
..
Avatar.js [NEW] Channel avatars (#2504) 2020-10-30 10:51:04 -03:00
HeaderButtons.js [NEW] Threads (#2567) 2020-10-30 14:35:07 -03:00
List.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00
Markdown.js [TESTS] Markdown added to Storybook (#1812) 2020-03-04 10:57:07 -03:00
Message.js [BUG] App isn't showing message for PDF/file uploads (#2584) 2020-11-04 14:25:06 -03:00
RoomItem.js [NEW] Threads (#2567) 2020-10-30 14:35:07 -03:00
RoomViewHeader.js [CHORE] Update react-navigation to v5 (#2154) 2020-06-15 11:00:46 -03:00
StoriesSeparator.js [FIX] Vertically centralize RoomItem when `Store_Last_Message` is disabled (#2363) 2020-07-31 14:06:22 -03:00
UiKitMessage.js [FIX] UIKit crash when some app send a list (#2117) 2020-05-18 13:25:13 -03:00
UiKitModal.js [NEW] UiKit Beta (#1497) 2020-02-11 11:01:35 -03:00
UnreadBadge.js [IMPROVEMENT] Support badge number on header buttons (#2566) 2020-10-30 13:15:58 -03:00
index.js [FIX] Storybook not able to import Avatar (#2607) 2020-11-04 13:53:44 -03:00