React Native Aspect fit image -
<image style={{ alignself: 'center', flex: 1, width: '25%', height: null, resizemode: 'cover', borderwidth: 1, borderradius: 75, }} source={{uri:'https://facebook.github.io/react/img/logo_og.png'}} resizemode="stretch" /> https://snack.expo.io/rjcoc9s5-
how make image width 25% of parent, , height whatever needed maintain original width:height aspect ratio?
Comments
Post a Comment