Skip to content

Instantly share code, notes, and snippets.

@hw0k
Last active June 28, 2020 08:27
Show Gist options
  • Save hw0k/2a4149eb392ab65f76a15ded539f6fae to your computer and use it in GitHub Desktop.
Save hw0k/2a4149eb392ab65f76a15ded539f6fae to your computer and use it in GitHub Desktop.
FND 1
import DeviceInfo from 'react-native-device-info';
async function checkS10() {
const deviceName = await DeviceInfo.getDeviceName();
return deviceName.includes('S10');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment