Build responsive React Native views for any device and support orientation change
Published in
7 min readJun 12, 2018
--
Responsive UI is definitely an important part of web and mobile development. When I started working with React Native more than a year ago, I discovered the hard way that there is no functionality out of the box to support responsiveness.
The goal of this article is to show a complete solution that scales RN UI to all sizes…