Socket
Socket
Sign inDemoInstall

react-native-match-media-polyfill1

Package Overview
Dependencies
515
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-match-media-polyfill1

window.matchMedia() polyfill for React Native


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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:

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

import 'react-native-match-media-polyfill'
// use the match media API

And we're done 🎉

LICENSE

MIT

FAQs

Last updated on 17 Jan 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc