expo-blur
Advanced tools
Comparing version 13.0.3-canary-20240719-83ee47b to 13.0.3
@@ -11,6 +11,10 @@ # Changelog | ||
- Add missing `react` and `react-native` peer dependencies for isolated modules. ([#30459](https://github.com/expo/expo/pull/30459) by [@byCedric](https://github.com/byCedric)) | ||
### 💡 Others | ||
## 13.0.3 — 2025-01-27 | ||
### 🐛 Bug fixes | ||
- [Android] Bump the Dimezis/BlurView dependency to the latest patch version. ([#34012](https://github.com/expo/expo/pull/34012) by [@jakobsen](https://github.com/jakobsen)) | ||
## 13.0.2 — 2024-05-01 | ||
@@ -17,0 +21,0 @@ |
{ | ||
"name": "expo-blur", | ||
"version": "13.0.3-canary-20240719-83ee47b", | ||
"version": "13.0.3", | ||
"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,12 +39,10 @@ "main": "build/index.js", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^15.0.7", | ||
"@testing-library/react-native": "^12.5.1", | ||
"expo-module-scripts": "3.6.0-canary-20240719-83ee47b" | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/react-native": "^11.3.0", | ||
"expo-module-scripts": "^3.0.0" | ||
}, | ||
"peerDependencies": { | ||
"expo": "*", | ||
"react": "*", | ||
"react-native": "*" | ||
"expo": "*" | ||
}, | ||
"gitHead": "83ee47b5c89c7f1b1a5101189580eaf3555f5962" | ||
"gitHead": "99540cdafd9b70419a89f2838061de52049bf006" | ||
} |
@@ -14,4 +14,4 @@ <p> | ||
- [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/blur-view.mdx) | ||
- [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/blur-view/) | ||
- [Documentation for the main branch](https://docs.expo.dev/versions/unversioned/sdk/blur-view/) | ||
@@ -32,7 +32,2 @@ # Installation in managed Expo projects | ||
### Configure for Android | ||
> [!note] | ||
> This package only supports iOS. On Android, a plain `View` with a translucent background will be rendered. | ||
### Configure for iOS | ||
@@ -42,4 +37,8 @@ | ||
### Configure for Android | ||
This package only supports iOS. On Android, a plain `View` with a translucent background will be rendered. | ||
# Contributing | ||
Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing). |
Sorry, the diff of this file is not supported yet
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
0
57907
42
1
1