0.1.1 • Published 8 years ago
react-native-match-media v0.1.1
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