ecency-mobile/android/settings.gradle
2018-10-09 19:00:36 +03:00

8 lines
332 B
Groovy

rootProject.name = 'esteem'
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':realm'
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
include ':app'