我正在尝试在一个带有样式组件和react-native-web的monorepos中使用react-responsive。我有一个类似于我的UI库的工作区,我这样定义我的组件:import { theme } from '@components/theme';
import MediaQuery from 'react-<e
我的第一个媒体查询("@media only screen and (min-device-width:320) and (max-device-width:359)")无法正常工作,否则它们都会正确响应。 { "@media only screen and (min-device-width:295) and (max-device-width:359)": {
height:70, },