Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[expo-blur] Could not find BlurView-version-2.0.3.aar (com.github.Dimezis:BlurView:version-2.0.3) #34184

Open
dilotec-2015 opened this issue Jan 16, 2025 · 2 comments
Labels
needs review Issue is ready to be reviewed by a maintainer

Comments

@dilotec-2015
Copy link

dilotec-2015 commented Jan 16, 2025

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch expo-blur@14.0.2 for the project I'm working on.

When building the local Android version with eas I got the following error: "Could not find BlurView-version-2.0.3.aar (com.github.Dimezis:BlurView:version-2.0.3)" . This Artifact is on jitpack no longer avaiable.

Here is the diff that solved my problem:

diff --git a/node_modules/expo-blur/android/build.gradle b/node_modules/expo-blur/android/build.gradle
index b0cd936..f4789bc 100644
--- a/node_modules/expo-blur/android/build.gradle
+++ b/node_modules/expo-blur/android/build.gradle
@@ -19,5 +19,5 @@ android {
 }
 
 dependencies {
-  implementation 'com.github.Dimezis:BlurView:version-2.0.3'
+  implementation 'com.github.Dimezis:BlurView:version-2.0.4'
 }

This issue body was partially generated by patch-package.

@dilotec-2015 dilotec-2015 changed the title expo-blur: Could not find BlurView-version-2.0.3.aar (com.github.Dimezis:BlurView:version-2.0.3) [expo-blur] Could not find BlurView-version-2.0.3.aar (com.github.Dimezis:BlurView:version-2.0.3) Jan 16, 2025
@expo-bot expo-bot added the needs review Issue is ready to be reviewed by a maintainer label Jan 16, 2025
@facugaich
Copy link

Duplicate of #34141 this is fixed in #34012

@rahadkc
Copy link

rahadkc commented Feb 3, 2025

I was also facing the same issue and uses npx expo install --fix to update expo packages as AI suggested (gotta admit) and it fixed my problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

4 participants