mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
6 lines
191 B
Groovy
6 lines
191 B
Groovy
rootProject.name = 'ReactNative Test App'
|
|
|
|
include ':app'
|
|
include ':react-native-fs'
|
|
project(':react-native-fs').projectDir = new File(settingsDir, '../node_modules/react-native-fs/android')
|