Upgrade to RN 56 and gradle 3

This commit is contained in:
Julia Friesel
2018-08-03 16:21:50 +02:00
parent 125fe03678
commit 79379276a7
21 changed files with 1352 additions and 1447 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
rootProject.name = 'drip'
include ':react-native-svg'
project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android')
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
include ':react-native-svg'
project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android')
include ':app'