Install dep

This commit is contained in:
Julia Friesel
2018-08-22 19:15:39 +02:00
parent 398c726d94
commit b0019d85e0
12 changed files with 177 additions and 100 deletions
+2
View File
@@ -1,4 +1,6 @@
rootProject.name = 'drip'
include ':react-native-notifications'
project(':react-native-notifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android')
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':react-native-fs'