react-native-match-media
v0.1.1
Published
window.matchMedia mock for React Native
Downloads
14
Maintainers
Readme
react-native-match-media
window.matchMedia
polyfill for React Native
Has a peer dependency of walmartreact/react-native-orientation-listener, so make sure that's installed first.
Usage
import matchMedia from 'react-native-match-media'
global.matchMedia = matchMedia
if (global.matchMedia('(min-width: 400px)').matches) {
// Do something
}
License
MIT