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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -