react-native-game-engine-ex.../game/index.ts

5 lines
164 B
TypeScript

import { Dimensions } from "react-native";
export const windowHeight = Dimensions.get("window").height;
export const windowWidth = Dimensions.get("window").width;