Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. onLoadError=(event)=>{
  2. alert('Img load error');
  3. this.imgPayIcn.setNativeProps({
  4. source :{uri:'https://facebook.github.io/react/img/logo_og.png'} //not able to update view with new image... no effect
  5.  
  6.  
  7. });
  8.  
  9. <Image ref={(ref) => this.imgPayIcn = ref} source={this.props.source} style={{height:50,width:50}} resizeMode='cover' onError={this.onLoadError}/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement