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