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.
1 parent 35e47d5 commit d3f6fe3Copy full SHA for d3f6fe3
android/build.gradle
@@ -29,5 +29,5 @@ dependencies {
29
implementation fileTree(dir: 'libs', include: ['*.jar'])
30
testImplementation 'junit:junit:4.12'
31
implementation "com.android.support:appcompat-v7:$supportLibVersion"
32
- compileOnly "com.facebook.react:react-native:+" // From node_modules
33
-}
+ implementation "com.facebook.react:react-native:+" // From node_modules
+}
0 commit comments