Responsive Design in React Native
Élie Slama
699

For those hesitant to use this because of rotation changes, perhaps you should first consider if rotation changes are a good fit for your app. If your app is best viewed in portrait mode, you can easily disable landscape mode in Xcode. For Android, you can disable landscape mode in the AndroidManifest.xml. Then this approach for responsive design works fine.