Here is my scenario Using component i am displaying the images.
var ImageRender = React.createClass({
render : function(){
return (<View style={{marginLeft:15,marginRight:15}}>
<Image source={uri} style={{height:220}}/>
</View>)
}
});
here if i specify width for image then i opened this component in another type of resolution that image width is not suitable.how to achieve this image widt dynamically