ReactNativeで画像の縦横比を維持したまま表示する
image: {
width: '100%',
height: undefined,
aspectRatio: 600 / 1024,
resizeMode: 'contain',
}
image: {
width: '100%',
height: undefined,
aspectRatio: 600 / 1024,
resizeMode: 'contain',
}