My styling is broken on Samsung Galaxy S7 - I am using react-native-device-info is there a way I can target the Samsung S7 so I can conditionally set the styling?
When I try and use DeviceInfo.getDeviceId()
and my emulator it gives me Ùnknown
import DeviceInfo from "react-native-device-info";
DeviceInfo.getDeviceId() //unknown
Any ideas?