Hey HN, author here.<p>Previously, I wrote a tutorial called Scaling React Native Apps for Tablets [0] more than a year ago & it got a lot of attention thanks to the user-friendly title which resulted in a lot of organic traffic from Google.<p>In that tutorial, I used another library called <a href="https://github.com/nirsky/react-native-size-matters" rel="nofollow">https://github.com/nirsky/react-native-size-matters</a> at that time. It works great.<p>However, another library called <a href="https://github.com/marudy/react-native-responsive-screen" rel="nofollow">https://github.com/marudy/react-native-responsive-screen</a> came on the horizon at some later time. It is also easy to use. I thought about writing a tutorial on it for a long time & it's finally here.<p>When I submitted the earlier article, someone on Reddit said that a Tablet should fit in more content than a Phone which I completely did wrong in my previous tutorial because I never used a Tablet before. In this tutorial, I think I've rectified my mistake if you can see from the screenshot.<p>If you've ever wondered how to do responsive design in React Native, then be sure to check it out. Let me know if you have any questions :)<p>[0]: <a href="https://medium.com/react-native-training/scaling-react-native-apps-for-tablets-211de8399cf1" rel="nofollow">https://medium.com/react-native-training/scaling-react-nativ...</a>