realm-js/tests/react-test-app/android/settings.gradle

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')