I know with React Native that we have the ability to determine whether iOS or Android is being run using the Platform module, but how can we determine what device i
Platform
A good solution by @Maxwelll. A more accurate approach would be to measure the screen ratio. All iPhones are 16:9, all iPads are 3:4.