2016-04-04 16:21:10 +00:00
|
|
|
rootProject.name = 'SyngIm'
|
2016-02-22 22:04:42 +00:00
|
|
|
|
|
|
|
include ':app'
|
|
|
|
|
|
|
|
include ':react-native-contacts'
|
2016-02-23 22:15:51 +00:00
|
|
|
project(':react-native-contacts').projectDir = new File(settingsDir, '../node_modules/react-native-contacts/android')
|
|
|
|
|
|
|
|
include ':react-native-i18n'
|
2016-03-11 16:04:12 +00:00
|
|
|
project(':react-native-i18n').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-i18n/android')
|
|
|
|
// realm dependency
|
2016-04-04 16:21:10 +00:00
|
|
|
include ':react-native-vector-icons'
|
|
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
2016-03-11 16:04:12 +00:00
|
|
|
include ':realm'
|
|
|
|
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
|
2016-04-04 16:21:10 +00:00
|
|
|
include ':randombytes'
|
|
|
|
project(':randombytes').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-randombytes/app')
|