settings.gradle 571 Bytes
Newer Older
Test User's avatar
Test User committed
1
rootProject.name = 'rich_maker'
Choi Ga Young's avatar
Choi Ga Young committed
2
include ':react-native-sqlite-storage'
Choi Ga Young's avatar
Choi Ga Young committed
3
4
project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/platforms/android')
include ':react-native-sqlite-storage'
Choi Ga Young's avatar
Choi Ga Young committed
5
6
project(':react-native-sqlite-storage').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sqlite-storage/src/android')

Test User's avatar
Test User committed
7
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
Choi Ga Young's avatar
Choi Ga Young committed
8
9


Test User's avatar
Test User committed
10
include ':app'