We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
androidx.appcompat
1 parent 19f98e7 commit 7e9f5f4Copy full SHA for 7e9f5f4
android/app/build.gradle
@@ -374,7 +374,7 @@ dependencies {
374
// androidx.appcompat:appcompat:1.4.0+ breaks TextInput. This was fixed
375
// in react-native 0.68. For more details, see
376
// https://github.com/facebook/react-native/issues/31572.
377
- implementation "androidx.appcompat:appcompat:1.3.1"
+ implementation(["androidx.appcompat", "appcompat", "1.3.1"].join(":"))
378
} else {
379
implementation libraries.androidAppCompat
380
}
0 commit comments