expo-blur
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -11,2 +11,8 @@ # Changelog | ||
## 9.0.1 — 2021-03-10 | ||
### 🐛 Bug fixes | ||
- Remove peerDependencies and unimodulePeerDependencies from Expo modules. ([#11980](https://github.com/expo/expo/pull/11980) by [@brentvatne](https://github.com/brentvatne)) | ||
## 9.0.0 — 2021-01-15 | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "expo-blur", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"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.", | ||
@@ -36,11 +36,6 @@ "main": "build/index.js", | ||
"homepage": "https://docs.expo.io/versions/latest/sdk/blur-view/", | ||
"peerDependencies": { | ||
"@unimodules/core": "*", | ||
"react": "*", | ||
"react-native": "*" | ||
}, | ||
"devDependencies": { | ||
"expo-module-scripts": "~1.2.0" | ||
"expo-module-scripts": "^2.0.0" | ||
}, | ||
"gitHead": "e362887ddc6ba4e3518efd623d64b3cbd301a6a9" | ||
"gitHead": "20fd5d772b3909444cf5c981845625801fe51e78" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26046
0