Closed jorexe closed 7 years ago
Hey, i'm trying to use resizeMode and it's not working.
Sorry, i figured it out. You should apply resizeMode on style like this: <CacheableImage style={{flex: 1, resizeMode: 'contain'}} source={{uri: 'http://www.sampleuri.com/image.jpg'}} />
<CacheableImage style={{flex: 1, resizeMode: 'contain'}} source={{uri: 'http://www.sampleuri.com/image.jpg'}} />
Hey, i'm trying to use resizeMode and it's not working.