react-native-grid-image-viewer
react-native-grid-image-viewer copied to clipboard
Use FlatList instead of ScrollView for modal
Use FlatList instead of ScrollView for modal to address performance problems with many images.
Considerations
- Consider adding a
keyExtractorprop that will allow developers to use a better key for list items.