vibekōdo
Back to blog

react-native-inappbrowser referencing to alpha release of androidx.browser:browser

vibekōdo1 min read

According to androidx.browser:browser updated to 1.9.0-alpha01 breaking the build and CI, react-native-inappbrowser is using 1.+ as the version of androidx.browser which made gradle update to 1.9.0-alpha** breaking the build.

react-native-inappbrowser has not released new versions for almost 3 years.

I can update the build.gradle to make it stick to 1.8.0, but, I will not do that.

I am removing react-native-inappbrowser from my project, as it is not a good practice to use it any more.