mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
9 lines
360 B
Groovy
9 lines
360 B
Groovy
rootProject.name = 'ReactExample'
|
|
include ':react-native-exit-app-no-history'
|
|
project(':react-native-exit-app-no-history').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-exit-app-no-history/android')
|
|
|
|
include ':app'
|
|
|
|
include ':realm'
|
|
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
|