You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: