expo-blur
Version:
A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.
50 lines • 1.42 kB
JSON
{
"name": "expo-blur",
"version": "57.0.0",
"description": "A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"jest": {
"preset": "expo-module-scripts"
},
"keywords": [
"react-native",
"expo",
"expo-blur"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-blur"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/blur-view/",
"dependencies": {},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/react-native": "^13.3.0",
"@types/react": "~19.2.0",
"expo-module-scripts": "56.0.3",
"expo": "57.0.0-preview.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"gitHead": "e3eb896c5fdcd89e0cded98ff4e35c9db12cc9c0",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}