Build file '/Users/name/project/node_modules/@react-native-community/slider/android/build.gradle' line: 40
* What went wrong:
A problem occurred evaluating project ':react-native-community-slider'.
> Cannot get property 'supportLibVersion' on extra properties extension as it does not exist
I've never used supportLibVersion in my setup and have no idea how to use it now correctly. Can you please provide some help by explanation?
Ok, in my case setting
ext {
supportLibVersion = "28.0.0" < equals the buildToolsVersion
...
}
works
I don't think this issue should be closed. It's definetly not correct when some module depends on project variable, especially if this project already using AndroidX.
Most helpful comment
Ok, in my case setting
works