i have
<Row> <Col width={50} > <img src="some img" /> </Col> </Row>
I want that Img component should get component width.
note:- in this all the components are dynamically generated and lots of and component will be there so react context wont work out.