Add auto generated configuation

This commit is contained in:
Jannis Mattheis
2018-05-12 20:56:44 +02:00
committed by Jannis Mattheis
parent 6202e88eb7
commit 17ce818d8f
16 changed files with 7396 additions and 0 deletions

9
android/settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
rootProject.name = 'gotify'
include ':react-native-shared-preferences'
project(':react-native-shared-preferences').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-shared-preferences/android')
include ':react-native-device-info'
project(':react-native-device-info').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-device-info/android')
include ':react-native-vector-icons'
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
include ':app'