Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

React Native New Architecture Issue #472

Closed
mohshbool opened this issue Nov 26, 2024 · 1 comment
Closed

React Native New Architecture Issue #472

mohshbool opened this issue Nov 26, 2024 · 1 comment

Comments

@mohshbool
Copy link

mohshbool commented Nov 26, 2024

Thank you so much everyone who works for this project!

I have upgraded my app that's using this wonderful package from react native 73 to 76 which uses the new architechture and removes jetifier from gradle.properties. My application's build is breaking with the following error.

error: package androidx.browser.customtabs does not exist and basically anything that has to do with androidx

some relevant information:

"react-native": "0.76.2"

build.gradle:

  buildscript {
    ext {
       androidXBrowser = "1.5.0"
     }
   }

gradle.properties:

+ android.useAndroidX=true
- android.enableJetifier=true
+ newArchEnabled=true

app/src/build.gradle:

react {
    autolinkLibrariesWithApp()
}
dependencies {
  implementation "androidx.browser:browser:1.5.0"
}
@mohshbool mohshbool changed the title React Native New Architechreu React Native New Architecture Issue Nov 26, 2024
@mohshbool
Copy link
Author

checkout this issue callstack/react-native-slider#662 (comment)

i solved it by upgrading the other packages that were causing this issue too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant