You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

react-native-media-query

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-media-query - npm Package Compare versions

Comparing version

to
1.0.9

import { DetailedReactHTMLElement } from "react";
import { ViewStyle, TextStyle, ImageStyle } from "react-native";
type NamedStyles<T> = { [P in keyof T]: ViewStyle | TextStyle | ImageStyle };
export type NamedStyles<T> = { [P in keyof T]: ViewStyle | TextStyle | ImageStyle };

@@ -6,0 +6,0 @@ export declare function create<

{
"name": "react-native-media-query",
"version": "1.0.8",
"version": "1.0.9",
"description": "Media queries for react-native and react-native-web",

@@ -16,2 +16,5 @@ "main": "index",

},
"devDependencies": {
"@types/react-native": "^0.65.5"
},
"repository": {

@@ -18,0 +21,0 @@ "type": "git",