Open diegolmello opened 5 years ago
could you please show an example of what you wish to see? :)
@IlarionHalushka Go to any WhatsApp/Telegram group, tap in a photo and swipe left/right. You'll be able to see other media files of that group in full screen (photos, audios, videos, etc). It's a carousel.
@IlarionHalushka are you taking up the issue?
@IlarionHalushka are you taking up the issue?
Will try to implement it
cool , here is the doc where you can get all files in channel (https://rocket.chat/docs/developer-guides/rest-api/channels/files/). I can think of a solution to view all images by using 'react-native-image-zoom-viewer' and pushing all images in it when photoModel is rendered, I think for other media file solution can be similar . all the best 👍
In RoomView, we should be able to scroll horizontally to view more files.