0.1.1 ⢠Published 4 years ago
@zhigang1992/match-media v0.1.1
TL;DR: Demo
š Setup
Install @expo/match-media in your project.
yarn add @expo/match-mediaIf you're using a React Native app that wasn't bootstrapped with the
expo-clithen you'll need to install and link theexpomodule to use this package.
ā½ļø Usage
Import the polyfill at the top of your file before using the window.matchMedia API.
import '@expo/match-media';
// use the match media APIWhat this does
- In the browser: Nothing
- In React Native apps: Polyfills the
matchMediaAPI so you can use awesome libraries likereact-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.
0.1.1
4 years ago