ReactNativeの画像のリサイズ


幅とか指定しないと表示されないからちょっと面倒。。

だけどこれでいい感じ。

imageStyle: {
    width: null,
    resizeMode: 'contain',
    height: 220
}