[Gekidou] MM-39736 Login Flow (#5799)

This commit is contained in:
Jason Frerich
2021-11-18 15:07:41 -06:00
committed by GitHub
parent 9af1c16147
commit 520a28962b
67 changed files with 2187 additions and 2472 deletions

View File

@@ -1,4 +1,6 @@
rootProject.name = 'Mattermost'
include ':lottie-react-native'
project(':lottie-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/lottie-react-native/src/android')
include ':reactnativenotifications'
project(':reactnativenotifications').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-notifications/lib/android/app')
apply from: file("../node_modules/@react-native-community/cli-platform-android/native_modules.gradle"); applyNativeModulesSettingsGradle(settings)