Browse Source

RN is implementation dependency

Dulmandakh 4 years ago
parent
commit
a3351ed200
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle View File

@@ -123,6 +123,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
123 123
 
124 124
 dependencies {
125 125
   //noinspection GradleDynamicVersion
126
-  api 'com.facebook.react:react-native:+'
126
+  implementation 'com.facebook.react:react-native:+'
127 127
   implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
128 128
 }