Skip to content

Instantly share code, notes, and snippets.

@alexpaul
Created June 19, 2018 03:03
Show Gist options
  • Save alexpaul/b226fa0b030ecaf67978fd5b9d1f0ae1 to your computer and use it in GitHub Desktop.
Save alexpaul/b226fa0b030ecaf67978fd5b9d1f0ae1 to your computer and use it in GitHub Desktop.
Placeholder image in preparation for asynchronous image loading in react-native
<Image
source={
this.state.isLoaded
?
{uri:this.state.imageURL}
:
require('../assets/placeholder-image.png')
}
style={styles.detailImage}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment