jobtoday/react-native-image-viewing

How does ImageView work?

darias08 opened this issue · 1 comments

Hello,

I am using a Flatlist to get a list of data to show and I am wondering if the ImageView is similar to like a FlatList? I am not quite sure how this ImageView api is suppose to work because the usage details are very vague and it doesn't explain more in detail how it's used. Would this imageView be consider as it's own modal or like a Flatlist? I am really confused on how this works, but I really like this api a lot so please let me know what is your advice on how to use this properly. Thank you!

As you can see here it uses a Modal and VirtualizedList. You're probably better off using a FlatList yourself instead, as this package is pretty buggy in my experience.