Skip to content

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

@NeerajaaG

Description

@NeerajaaG

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions