react-native-grid-image-viewer icon indicating copy to clipboard operation
react-native-grid-image-viewer copied to clipboard

Use FlatList instead of ScrollView for modal

Open tlmader opened this issue 3 years ago • 0 comments

Use FlatList instead of ScrollView for modal to address performance problems with many images.

Considerations

  • Consider adding a keyExtractor prop that will allow developers to use a better key for list items.

tlmader avatar Oct 26 '21 03:10 tlmader