settings.gradle 372 Bytes
Newer Older
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
1 2 3 4 5
rootProject.name = 'Simple'

include ':app'

include ':RNMaterialKit'
Gaëtan Renaudeau's avatar
Gaëtan Renaudeau committed
6 7 8
project(':RNMaterialKit').projectDir = file('../node_modules/react-native-material-kit/android')

include ':RNGL'
9 10 11 12
project(':RNGL').projectDir = file('../../../android')

include ':react-native-fs'
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')