tuckerconnelly / react-native-match-media

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%