Skip to content

Instantly share code, notes, and snippets.

@Royovo
Created March 2, 2018 08:15
Show Gist options
  • Save Royovo/236bebe9945479f6e7aa60728dc407c3 to your computer and use it in GitHub Desktop.
Save Royovo/236bebe9945479f6e7aa60728dc407c3 to your computer and use it in GitHub Desktop.
import { Dimensions, Platform } from "react-native";
const { height, width, scale, fontScale } = Dimension.get('window');
const renderHeight = height;
const renderWidth = width;
const resolution ={
height: renderHeight * scale,
width: renderWidth * scale
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment