expo-blur
Advanced tools
Comparing version 9.0.1 to 9.0.2
@@ -11,2 +11,8 @@ # Changelog | ||
## 9.0.2 — 2021-03-23 | ||
### 🐛 Bug fixes | ||
- Fix types - tint now a string union `'dark' | 'light' | 'default'` rather than any string. ([#12264](https://github.com/expo/expo/pull/12264) by [@brentvatne](https://github.com/brentvatne)) | ||
## 9.0.1 — 2021-03-10 | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "expo-blur", | ||
"version": "9.0.1", | ||
"version": "9.0.2", | ||
"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.", | ||
@@ -39,3 +39,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "20fd5d772b3909444cf5c981845625801fe51e78" | ||
"gitHead": "c2520eef58fddcc435c41d95829084f5f89b3e8e" | ||
} |
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
25805
35
240