2019-06-21 16:39:20 +00:00
|
|
|
apply from: '../node_modules/react-native-unimodules/gradle.groovy'
|
|
|
|
includeUnimodulesProjects()
|
|
|
|
|
2017-08-03 18:23:43 +00:00
|
|
|
rootProject.name = 'RocketChatRN'
|
2019-10-07 20:56:30 +00:00
|
|
|
include ':watermelondb'
|
|
|
|
project(':watermelondb').projectDir = new File(rootProject.projectDir, '../node_modules/@nozbe/watermelondb/native/android')
|
2019-08-20 19:24:22 +00:00
|
|
|
include ':reactnativenotifications'
|
|
|
|
project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android/app')
|
2018-02-08 14:08:50 +00:00
|
|
|
include ':reactnativekeyboardinput'
|
|
|
|
project(':reactnativekeyboardinput').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-keyboard-input/lib/android')
|
2019-10-07 20:56:30 +00:00
|
|
|
include ':@react-native-community_viewpager'
|
|
|
|
project(':@react-native-community_viewpager').projectDir = new File(rootProject.projectDir, '../node_modules/@react-native-community/viewpager/android')
|
2019-08-20 19:24:22 +00:00
|
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
|
|
include ':app'
|