Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/tuckerconnelly/react-native-match-media


https://github.com/tuckerconnelly/react-native-match-media

Last synced: about 1 month ago
JSON representation

Lists

README

        

react-native-match-media
========================

`window.matchMedia` polyfill for React Native

Has a peer dependency of [walmartreact/react-native-orientation-listener](https://github.com/walmartreact/react-native-orientation-listener), so make sure that's installed first.

## Usage

```js
import matchMedia from 'react-native-match-media'

global.matchMedia = matchMedia
```

```js
if (global.matchMedia('(min-width: 400px)').matches) {
// Do something
}
```

## License
MIT