halilb / react-native-photo-browser

Local and remote media gallery with captions, selections and grid view support for react native.
MIT License
723 stars 184 forks source link

Handle mediaList change in full screen view #87

Open halilb opened 5 years ago

halilb commented 5 years ago

We introduced dynamic mediaList prop with #86. It works great for the grid view but has some problems in the full screen mode.

We need to figure a way out to adjust the media, title, and FlatList with the new mediaList in full screen mode.