7 lines
231 B
Groovy
Raw Normal View History

2017-08-01 18:44:14 +02:00
rootProject.name = 'ReactNativeLanguagesExample'
include ':react-native-languages'
project(':react-native-languages').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-languages/android')
include ':app'