10 lines
296 B
Groovy
10 lines
296 B
Groovy
rootProject.name = 'ReactNative Test App'
|
|
|
|
include ':app'
|
|
|
|
include ':realm'
|
|
project(':realm').projectDir = new File(settingsDir, '../node_modules/realm/android')
|
|
|
|
include ':react-native-fs'
|
|
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')
|