Created
November 25, 2019 17:58
-
-
Save ryan2clw/67dc2b9b8a5d111d61f5ab01a8def276 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
{this.props.organizationId == "2728d56c-9676-4ce2-a188-77654991333e" ? | |
<Row style={{ | |
flex: 1, | |
justifyContent: 'center', | |
alignItems: 'center', | |
}}> | |
<Image | |
source={{ uri: apiDomain + this.props.logo }} | |
style={{ | |
width: deviceWidth * 0.4, | |
height: deviceHeight * 0.4, | |
resizeMode: "contain", | |
}} | |
/> | |
</Row> : ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment