Rocket.Chat.ReactNative/storybook
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
..
stories [BUG] App isn't showing message for PDF/file uploads (#2584) 2020-11-04 14:25:06 -03:00
index.js [FIX] Storybook not able to import Avatar (#2607) 2020-11-04 13:53:44 -03:00
utils.js [IMPROVEMENT] List Component (#2506) 2020-10-30 10:59:44 -03:00