2018-04-21 18:38:11 +02:00

7 lines
222 B
Groovy

rootProject.name = 'RNLanguagesExample'
include ':react-native-languages'
project(':react-native-languages').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-languages/android')
include ':app'