Skip to content

Instantly share code, notes, and snippets.

@ryan2clw
Created November 25, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryan2clw/67dc2b9b8a5d111d61f5ab01a8def276 to your computer and use it in GitHub Desktop.
Save ryan2clw/67dc2b9b8a5d111d61f5ab01a8def276 to your computer and use it in GitHub Desktop.
{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