|
@@ -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')
|