UNPKG

rn-blur-view

Version:
63 lines (62 loc) 1.57 kB
{ "name": "rn-blur-view", "version": "0.0.2", "private": false, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@react-native-community/blur": "^3.4.1", "react-native-blur-overlay": "^1.0.7" }, "peerDependencies": { "react": "*", "react-native": "*" }, "devDependencies": { "@babel/core": "7.8.7", "@babel/runtime": "7.8.7", "@react-native-community/eslint-config": "0.0.5", "babel-jest": "24.9.0", "eslint": "6.8.0", "jest": "24.9.0", "metro-react-native-babel-preset": "0.56.4", "react-test-renderer": "16.9.0" }, "jest": { "preset": "react-native" }, "keywords": [ "react-native-blur-view", "react-native", "react-native-blur-overlay", "blur", "blur-view", "react-native-blur", "react-native-blur-background", "background", "blur-background", "view", "react native blur", "react native blur overlay", "react native overlay", "react-native-overlay", "overlay" ], "description": "Blur View react native support both platform", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/vishaldhanotiya/react-native-blur-view.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/vishaldhanotiya/react-native-blur-view/issues" }, "homepage": "https://github.com/vishaldhanotiya/react-native-blur-view#readme" }