react-native-match-media-polyfill
Version:
window.matchMedia() polyfill for React Native
25 lines (16 loc) • 533 B
Markdown
# react-native-match-media-polyfill
`window.matchMedia` polyfill for React Native so you can use `react-responsive` or similar libs. also suports `react-native-web`
## Installation
Open a Terminal in your project, and run:
```sh
yarn add react-native-match-media-polyfill
```
## Usage
Import the polyfill at the top of your file before using the window.matchMedia API or at top of your index.js or App.js file
```js
import 'react-native-match-media-polyfill'
// use the match media API
```
And we're done 🎉
## LICENSE
MIT