Closed CuriousMark closed 4 years ago
@CuriousMark Thanks for the heads up. We're about to release a React Native module for 0.60+, but can pin the version in the meantime. Which RN version are you on?
Stay tuned.
@CuriousMark This should be fixed in version 2.1.10
. Let me know!
Thanks!
We were able to temp fix this using this build.gradle config:
configurations.all {
resolutionStrategy.force 'io.radar:sdk:2.1.10
We'll update the RN Radar library version to avoid this more hacky solution. Thanks again for fix!
Describe the bug Android SDK version 2.1.11 starts to use AndroidX, which is a breaking change for apps running react-native v0.59.
Perhaps a 2.1.12 SDK should be released that uses old Android support library, or a hotfix version of the RN library which locks down the SDK version number: https://github.com/radarlabs/react-native-radar/blob/master/android/build.gradle#L47
To Reproduce
Expected behavior App's behavior should not change due to hotfix version bump.
Gradle Output
2.1.10:
2.1.11:
Metadata (please complete the following information):