Created
May 11, 2019 14:03
-
-
Save ilhantekir/5ddaefb6d14f6c8566df61404447c12e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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