jayesbe / react-native-cacheable-image

An Image Component for React Native that will cache itself to disk.
MIT License
304 stars 78 forks source link

ResizeMode not working #53

Closed jorexe closed 7 years ago

jorexe commented 7 years ago

Hey, i'm trying to use resizeMode and it's not working.

jorexe commented 7 years ago

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'}} />