Responsive image in React Native
I fetch some images from Facebook API and I want to display them responsive, to be 100% width and auto height. The problem seems to be that React Native crops my image. I tried these solutions: Solution 1 Solution 2…