Browse Source

Lock RN version in build.gradle to 0.51.1

Guy Carmeli 6 years ago
parent
commit
bda6892f75
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/android/app/build.gradle

+ 1
- 1
playground/android/app/build.gradle View File

@@ -47,7 +47,7 @@ android {
47 47
 
48 48
 dependencies {
49 49
     implementation fileTree(dir: 'libs', include: ['*.jar'])
50
-    implementation 'com.facebook.react:react-native:+'
50
+    implementation ('com.facebook.react:react-native:0.51.1') { force = true }
51 51
     implementation 'com.android.support:design:25.4.0'
52 52
     implementation "com.android.support:appcompat-v7:25.4.0"
53 53
     implementation project(':react-native-navigation')