* Upgrade Navigation library * Feedback review on Navigation Library * Fix select server background color * Fix iPhone 11 and 11 Pro Max navbar height * Fix background color on Select Server * Upgrade nav lib to 6.1.0 * Apply patch to nav lib * Upgrade RNN to 6.1.1
5 lines
371 B
Groovy
5 lines
371 B
Groovy
rootProject.name = 'Mattermost'
|
|
include ':reactnativenotifications'
|
|
project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/android/app')
|
|
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)
|
|
include ':app'
|