window.matchMedia() polyfill for React Native
npm install react-native-match-media-polyfillwindow.matchMedia polyfill for React Native so you can use react-responsive or similar libs. also suports react-native-web
Open a Terminal in your project, and run:
``sh`
yarn add react-native-match-media-polyfill
`js``
import 'react-native-match-media-polyfill'
// use the match media API
And we're done 🎉
MIT