react-native-slider
react-native-slider copied to clipboard
Android Build Failed - Could not resolve all artifacts for configuration ':react-native-community_slider:classpath'.
It was running fine till yesterday, I had not updated the package & once it started to throw this issue I then upgraded to the latest version but still the same issue
Version Details
"@react-native-community/slider": "^4.2.0",
"react-native-slider": "^0.11.0",
"react-native": "^0.67.4",
Current Version Of Slider
"@react-native-community/slider": "^4.3.0",
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all dependencies for configuration ':app:debugCompileClasspath'.
> A problem occurred configuring project ':react-native-community_slider'.
> Could not resolve all artifacts for configuration ':react-native-community_slider:classpath'.
> Could not find com.facebook.react:react-native-gradle-plugin:.
Required by:
project :react-native-community_slider
I have the same problem.
"react-native": "^0.67.2",
I have the same problem.
"react-native": "0.66.4",
@Md-Mudassir47 Are you able to share all the details about:
- react-native version you are using
- Slider version you were using before this error appeared
- Slider version you are using now
This is a duplicate of already reported issue (all have the same root cause): #414 #416, I'm aware of this problem and I'm actively working on this.
@Md-Mudassir47 Are you able to share all the details about:
- react-native version you are using
- Slider version you were using before this error appeared
- Slider version you are using now
This is a duplicate of already reported issue (all have the same root cause): #414 #416, I'm aware of this problem and I'm actively working on this.
I've updated it
@BartoszKlonowski I managed to fix it by
Removing @react-native-community/slider": "^4.2.0
Replace import Slider from '@react-native-community/slider';
-> import Slider from 'react-native-slider';
Works on both iOS & Android, Android Build is successful 🎉
@BartoszKlonowski I managed to fix it by Removing
@react-native-community/slider": "^4.2.0
Replaceimport Slider from '@react-native-community/slider';
->import Slider from 'react-native-slider';
Works on both iOS & Android, Android Build is successful 🎉
This is not a fix, this is just using another package, but I'm glad you have your app unblocked 👍
I am facing the same issue, any solution?
I am facing the same issue.
Same issue here
"^4.3.0" this version is unstable for now downgrade version with "4.2.0" and remove caret symbol
then run command npx jetify
problem solved
I am facing the same issue.
Yes, just fix the slider connection in the package.json
"@react-native-community/slider": "4.2.4",
A little higher has already been answered
The fix is now released in v4.3.1
please install version 4.2.4 . It is fix me!
Still not work
react-native v0.70.6 "@react-native-community/slider": "4.3.1",