Skip to content

Instantly share code, notes, and snippets.

@longsangstan
Created February 15, 2018 15:47
Show Gist options
  • Save longsangstan/07f8d7604e49b65b47fea1a07ae97eba to your computer and use it in GitHub Desktop.
Save longsangstan/07f8d7604e49b65b47fea1a07ae97eba to your computer and use it in GitHub Desktop.
var { height, width } = Dimensions.get("window");
const isIpad = Platform.OS == "ios" && height / width == 4 / 3;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment