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.
16 lines (15 loc) • 333 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["BlurViewModule"]
},
"android": {
"modules": ["expo.modules.blur.BlurModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.blur",
"version": "57.0.0",
"repository": "local-maven-repo"
}
}
}