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
You can roughly determine what iOS device is being used without any external dependencies... First query Platform.OS then the Dimensions module allows you to query the device for screen dimensions which can be translated to devices: http://iosres.com/