Created
February 15, 2018 15:47
-
-
Save longsangstan/07f8d7604e49b65b47fea1a07ae97eba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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