This repo (https://github.com/rebeccahughes/react-native-device-info#usage) looks like it has some methods for accessing device information through react native.
Does anyone have some sample output data from actual devices?
It would be nice to just get an idea of what the data looks like without having to compile and run it on a bunch of devices.
This is what I got from running it on several devices and emulators.
Following are specific method calls from DeviceInfo, and the resulting output. I changed some of the identifying values, but left the format of each value exactly as it was output from the device. I didn't output every method available on DeviceInfo, just the ones that were useful to me at the moment. Hope this helps someone:
(a Kindle Fire)
(a Samsung Galaxy S8)
(an avd emulator running a Pixel C tablet)
(an iPhone emulator, launched from xCode)
(an iPad emulator, launched from xCode)
(an iPad 2 physical device)