Explorar el Código

Fix react native version in android build.gradel file

Bentaimia Haddadi hace 4 años
padre
commit
43bca48d66
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      android/build.gradle

+ 1
- 1
android/build.gradle Ver fichero

@@ -47,5 +47,5 @@ repositories {
47 47
 
48 48
 dependencies {
49 49
     implementation "com.android.support:support-v4:${safeExtGet('supportLibVersion', '27.+')}"
50
-    api 'com.facebook.react:react-native:+'
50
+    api "com.facebook.react:react-native:${rootProject.ext.reactNative}"
51 51
 }