0.4.0 ā€¢ Published 2 years ago

@expo/match-media v0.4.0

Weekly downloads
4,153
License
MIT
Repository
github
Last release
2 years ago

TL;DR: Demo

šŸ Setup

Install @expo/match-media and expo-screen-orientation in your project.

npx expo install @expo/match-media expo-screen-orientation

āš½ļø Usage

Import the polyfill at the top of your file before using the window.matchMedia API.

import '@expo/match-media';
// use the match media API

What this does

  • In the browser: Nothing
  • In React Native apps: Polyfills the matchMedia API so you can use awesome libraries like react-responsive.

License

The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.