hello guys...
please follow this error and help me ;)
Execution failed for task ':app:preDebugBuild'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
> Could not find transition.aar (androidx.transition:transition:1.1.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/androidx/transition/transition/1.1.0/transition-1.1.0.aar
thanks to all ;)
Up !
Up !
Up
!
Hey @MiladFakour,
could you show code you're trying to compile, RN and reanimated versions? I cannot really help with that error alone.
I am seeing this too, with "react-native": "0.61.0" and "react-native-reanimated": "^1.7.0". @MiladFakour @jakub-gonet
Actually its bit different:
```* What went wrong:
Could not determine the dependencies of task ':app:preDebugBuild'.
Could not resolve all task dependencies for configuration ':app:debugRuntimeClasspath'.
Could not resolve androidx.transition:transition:{strictly 1.0.0}.
Required by:
project :app
Cannot find a version of 'androidx.transition:transition' that satisfies the version constraints:
Dependency path 'bbApp:app:unspecified' --> 'com.swmansion.reanimated:react-native-reanimated:unspecified' --> 'androidx.transition:transition:1.1.0'
Constraint path 'bbApp:app:unspecified' --> 'androidx.transition:transition:{strictly 1.0.0}' because of the following reason: dependency was locked to version '1.0.0'
Dependency path 'bbApp:app:unspecified' --> 'io.intercom.android:intercom-sdk-fcm:5.3.2' --> 'io.intercom.android:intercom-sdk-base:5.5.1' --> 'com.google.android.material:material:1.0.0' --> 'androidx.transition:transition:1.0.0'
Could not resolve androidx.transition:transition:1.1.0.
Required by:
project :app > project :react-native-reanimated
Cannot find a version of 'androidx.transition:transition' that satisfies the version constraints:
Dependency path 'bbApp:app:unspecified' --> 'com.swmansion.reanimated:react-native-reanimated:unspecified' --> 'androidx.transition:transition:1.1.0'
Constraint path 'bbApp:app:unspecified' --> 'androidx.transition:transition:{strictly 1.0.0}' because of the following reason: dependency was locked to version '1.0.0'
Dependency path 'bbApp:app:unspecified' --> 'io.intercom.android:intercom-sdk-fcm:5.3.2' --> 'io.intercom.android:intercom-sdk-base:5.5.1' --> 'com.google.android.material:material:1.0.0' --> 'androidx.transition:transition:1.0.0'
Could not resolve androidx.transition:transition:1.0.0.
Required by:
project :app > com.google.android.material:material:1.0.0
Cannot find a version of 'androidx.transition:transition' that satisfies the version constraints:
Dependency path 'bbApp:app:unspecified' --> 'com.swmansion.reanimated:react-native-reanimated:unspecified' --> 'androidx.transition:transition:1.1.0'
Constraint path 'bbApp:app:unspecified' --> 'androidx.transition:transition:{strictly 1.0.0}' because of the following reason: dependency was locked to version '1.0.0'
Dependency path 'bbApp:app:unspecified' --> 'io.intercom.android:intercom-sdk-fcm:5.3.2' --> 'io.intercom.android:intercom-sdk-base:5.5.1' --> 'com.google.android.material:material:1.0.0' --> 'androidx.transition:transition:1.0.0'
```
@zarcode what happens if you manually change implementation "androidx.transition:transition:1.1.0" to implementation "androidx.transition:transition:1.0.0" in build.gradle in node_modules/react-native-reanimated/android/build.gradle?
Closing due to no activity.
This happens on react-native: 0.63.0
same problem