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

Could not find com.eightbitlab:blurview:1.6.3. #532

Open
dmgcoding opened this issue Mar 19, 2023 · 2 comments
Open

Could not find com.eightbitlab:blurview:1.6.3. #532

dmgcoding opened this issue Mar 19, 2023 · 2 comments

Comments

@dmgcoding
Copy link

dmgcoding commented Mar 19, 2023

I run the project without issue with expo. And then I had to expo eject. After ejecting I tried to run the project with 'yarn android' but I get this error.

`FAILURE: Build failed with an exception.

  • What went wrong:
    Could not determine the dependencies of task ':app:mergeDebugAssets'.

Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not find com.eightbitlab:blurview:1.6.3.
Searched in the following locations:
- file:/C:/Users/User/.m2/repository/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
- file:/J:/WORK/CURRENT/REACT_NATIVE/Smoot-RN/my/eject_try/Smoot-RN/node_modules/react-native/android/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
- file:/J:/WORK/CURRENT/REACT_NATIVE/Smoot-RN/my/eject_try/Smoot-RN/node_modules/jsc-android/dist/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
- https://dl.google.com/dl/android/maven2/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
- https://repo.maven.apache.org/maven2/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
- https://www.jitpack.io/com/eightbitlab/blurview/1.6.3/blurview-1.6.3.pom
Required by:
project :app > project :react-native-community_blur

  • Try:

Run with --stacktrace option to get the stack trace.
Run with --info or --debug option to get more log output.
Run with --scan to get full insights.

This is my package.json

{ "name": "react-native-project", "version": "1.0.0", "scripts": { "start": "expo start --dev-client", "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", "eject": "expo eject", "build:android": "expo build:android -t apk" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.2.0", "@fortawesome/free-brands-svg-icons": "^6.2.0", "@fortawesome/free-regular-svg-icons": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", "@fortawesome/react-native-fontawesome": "^0.3.0", "@react-native-async-storage/async-storage": "^1.17.10", "@react-native-community/blur": "^3.6.0", "@react-native-community/checkbox": "^0.5.12", "@react-native-community/datetimepicker": "6.2.0", "@react-native-community/netinfo": "9.3.0", "@react-native-masked-view/masked-view": "0.2.7", "@react-navigation/bottom-tabs": "^6.3.2", "@react-navigation/drawer": "^6.4.3", "@react-navigation/native": "^6.0.11", "@react-navigation/native-stack": "^6.7.0", "@react-navigation/stack": "^6.2.1", "@reduxjs/toolkit": "^1.8.4", "Base64": "^1.1.0", "axios": "^0.27.2", "expo": "46.0.0", "expo-asset": "~8.6.3", "expo-blur": "~11.2.0", "expo-cli": "^6.0.8", "expo-file-system": "~14.1.0", "expo-image-picker": "~13.3.1", "expo-linear-gradient": "~11.4.0", "expo-status-bar": "~1.4.0", "expo-updates": "~0.14.7", "moment": "^2.29.4", "qs": "^6.11.0", "react": "18.0.0", "react-dom": "18.0.0", "react-native": "0.69.6", "react-native-base64": "^0.2.1", "react-native-btr": "^2.2.0", "react-native-check-box": "^2.1.7", "react-native-drop-shadow": "^0.0.4", "react-native-dropdown-picker": "^5.4.4", "react-native-elements": "^3.4.2", "react-native-fade-loading": "^1.0.1", "react-native-fs": "^2.20.0", "react-native-gesture-handler": "~2.5.0", "react-native-image-base64": "^0.1.4", "react-native-linear-gradient": "^2.6.2", "react-native-phone-call": "^1.2.0", "react-native-reanimated": "~2.9.1", "react-native-safe-area-context": "4.3.1", "react-native-screens": "~3.15.0", "react-native-skeleton-placeholder": "^5.2.3", "react-native-svg": "12.3.0", "react-native-svg-uri": "^1.2.3", "react-native-virtualized-view": "^1.0.0", "react-native-web": "~0.18.7", "react-redux": "^8.0.2", "expo-splash-screen": "~0.16.2" }, "devDependencies": { "@babel/core": "^7.12.9" }, "private": true }
What is issue? It worked fine before ejecting...

@kevin-patel9
Copy link

its solved for me by adding this line
implementation('com.eightbitlab:blurview:1.6.6') { force = true }
in folder blur/android/build.gradle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@dmgcoding @kevin-patel9 and others