RocketChat / Rocket.Chat.ReactNative

Rocket.Chat mobile clients
https://rocket.chat
MIT License
2.02k stars 1.18k forks source link

Horizontal scroll on files #795

Open diegolmello opened 5 years ago

diegolmello commented 5 years ago

In RoomView, we should be able to scroll horizontally to view more files.

IlarionHalushka commented 5 years ago

could you please show an example of what you wish to see? :)

diegolmello commented 5 years ago

@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.

pranavpandey1998official commented 5 years ago

@IlarionHalushka are you taking up the issue?

IlarionHalushka commented 5 years ago

@IlarionHalushka are you taking up the issue?

Will try to implement it

pranavpandey1998official commented 5 years ago

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 👍