react-native-camera-roll-picker icon indicating copy to clipboard operation
react-native-camera-roll-picker copied to clipboard

render() method in imageItem.js is calling N number of times

Open NeerajaaG opened this issue 5 years ago • 0 comments

In react-native-camera-roll-picker/imageItem.js

render() { const {item, selected, selectedMarker, imageMargin,} = this.props; ..... ....... ..... } If I write console.log(item); in render method It is printing N number of times depending on N pictures getting from gallery. I want where the loop is repeating N number of times

NeerajaaG avatar Sep 24 '19 12:09 NeerajaaG