We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b834a8d commit 5e39b3bCopy full SHA for 5e39b3b
lib/android/build.gradle
@@ -17,7 +17,7 @@ android {
17
}
18
19
dependencies {
20
- compileOnly('com.facebook.react:react-native:+') {
+ implementation('com.facebook.react:react-native:+') {
21
exclude group: 'com.android.support'
22
23
implementation "com.android.support:appcompat-v7:${safeExtGet('supportLibVersion', '28.0.0')}"
0 commit comments