Skip to content

Instantly share code, notes, and snippets.

@ilhantekir
Created May 11, 2019 14:03
Show Gist options
  • Select an option

  • Save ilhantekir/5ddaefb6d14f6c8566df61404447c12e to your computer and use it in GitHub Desktop.

Select an option

Save ilhantekir/5ddaefb6d14f6c8566df61404447c12e to your computer and use it in GitHub Desktop.
<TouchableOpacity
onPress={() => {
return this.setState({
imagesLoading: true
},()=>{this.onClickOpenImagesModal(item);
});
}}
>
<Image style={Styles.roomImg} uri={item.roomImage} />
</TouchableOpacity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment