invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 366 forks source link

How to set Media width? #164

Open ghost opened 7 years ago

ghost commented 7 years ago

I have a large image which I would like to fit in my card, I tried adding a style with resizeMode set to contain, with the width but this achieved nothing. The properties only have height (there is nothing mentioned about width), how can resize the image?