We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5adc22 commit aa6e1cfCopy full SHA for aa6e1cf
README.md
@@ -118,7 +118,7 @@ import { process } from "react-native-css-media-query-processor";
118
import { Dimensions } from "react-native";
119
120
const win = Dimensions.get("window");
121
-const matchObj = {
+const matchObject = {
122
width: win.width,
123
height: win.height,
124
orientation: win.width > win.height ? "landscape" : "portrait",
0 commit comments