mirror of
https://github.com/zhigang1992/match-media.git
synced 2026-04-30 05:04:55 +08:00
Fix import issue
This commit is contained in:
committed by
GitHub
parent
59f390ad81
commit
7189d6407b
@@ -1,6 +1,6 @@
|
||||
import { Subscription } from "@unimodules/core";
|
||||
import mediaQuery from "css-mediaquery";
|
||||
import ScreenOrientation from "expo/build/ScreenOrientation/ScreenOrientation";
|
||||
import * as ScreenOrientation from "expo/build/ScreenOrientation/ScreenOrientation";
|
||||
import { Dimensions } from "react-native";
|
||||
|
||||
type Listener = (context: MediaQuery) => any;
|
||||
|
||||
Reference in New Issue
Block a user