proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.29k stars 218 forks source link

Build Failed with react native 0.72.3 #438

Closed parmarrishi16 closed 3 months ago

parmarrishi16 commented 9 months ago

I am using React native version 0.72.3 and FAILURE: Build failed with an exception. react-native-inappbrowser-reborn: "^3.7.0", when i uninstall react-native-inappbrowser-reborn it's working but not with react-native-inappbrowser-reborn could you please look into it ?

FAILURE: Build failed with an exception.

BUILD FAILED in 20s info Run CLI with --verbose flag for more details.

esbenvb commented 9 months ago

In android/app/build.gradle add this:

configurations.all {
   resolutionStrategy {
    force 'androidx.browser:browser:1.5.0'
   }
}
gabrielnascr commented 3 months ago

any updates?

parmarrishi16 commented 3 months ago

above solution was worked