You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to address a concern regarding the usage of Rollbar-react-native. It appears that the library does not adhere to the best practice of passing through minSdkVersion from the project's build.gradle file. While there might be valid reasons for this decision (unknown to me), it is causing difficulties when using Detox. The build process fails when the minSdkVersion specified in the Rollbar-react-native library is lower than the one indicated in the project's build.gradle file.
To address this issue, I've resorted to using patch-package as a temporary fix. However, this solution is clearly far from ideal.
See this (old but still accurate) issue on GitHub.
Thank you once again,
Daan
The text was updated successfully, but these errors were encountered:
The latest release drops the minSdkVersion to 16 (from 19), matching the current value in the rollbar-android dependency. This isn't a final solution, but hopefully helps some people.
Hi,
Thank you for your work on this project.
I'd like to address a concern regarding the usage of Rollbar-react-native. It appears that the library does not adhere to the best practice of passing through minSdkVersion from the project's build.gradle file. While there might be valid reasons for this decision (unknown to me), it is causing difficulties when using Detox. The build process fails when the minSdkVersion specified in the Rollbar-react-native library is lower than the one indicated in the project's build.gradle file.
To address this issue, I've resorted to using patch-package as a temporary fix. However, this solution is clearly far from ideal.
See this (old but still accurate) issue on GitHub.
Thank you once again,
Daan
The text was updated successfully, but these errors were encountered: