Skip to content

Instantly share code, notes, and snippets.

@jasongaare
Created July 14, 2017 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongaare/f201c4b70d7c4764b9e1488c991d4123 to your computer and use it in GitHub Desktop.
Save jasongaare/f201c4b70d7c4764b9e1488c991d4123 to your computer and use it in GitHub Desktop.
import { Dimensions } from 'react-native';
const isTablet = Math.min(
Dimensions.get('window').width,
Dimensions.get('window').height) >= 768;
export { isTablet };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment