diff --git a/app/client/mobile/android/app/src/main/res/drawable/splashscreen_image.png b/app/client/mobile/android/app/src/main/res/drawable/splashscreen_image.png index 4cbace0a..a16f479d 100644 Binary files a/app/client/mobile/android/app/src/main/res/drawable/splashscreen_image.png and b/app/client/mobile/android/app/src/main/res/drawable/splashscreen_image.png differ diff --git a/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj b/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj index e3016bbd..79c4ab73 100644 --- a/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj +++ b/app/client/mobile/ios/Databag.xcodeproj/project.pbxproj @@ -13,6 +13,7 @@ 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; }; 3CE0531313B421FDF792C8FE /* Pods_Databag.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06CDD19F1F7DE25CC8A02055 /* Pods_Databag.framework */; }; + 7BA1FE852D5A980A00E0BA61 /* splash.png in Resources */ = {isa = PBXBuildFile; fileRef = 7BA1FE842D5A980900E0BA61 /* splash.png */; }; 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; D1C6D9BEEAC47E1C73323937 /* Pods_Databag_DatabagTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 090757CEAF7E8ADAF5BD2FA0 /* Pods_Databag_DatabagTests.framework */; }; F072E6EA2D3701D9007511E6 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = F072E6E92D3701D9007511E6 /* GoogleService-Info.plist */; }; @@ -46,6 +47,7 @@ 5709B34CF0A7D63546082F79 /* Pods-Databag.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Databag.release.xcconfig"; path = "Target Support Files/Pods-Databag/Pods-Databag.release.xcconfig"; sourceTree = ""; }; 5B7EB9410499542E8C5724F5 /* Pods-Databag-DatabagTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Databag-DatabagTests.debug.xcconfig"; path = "Target Support Files/Pods-Databag-DatabagTests/Pods-Databag-DatabagTests.debug.xcconfig"; sourceTree = ""; }; 7B413FF92C6CFD4F0032D17C /* MaterialCommunityIcons.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = MaterialCommunityIcons.ttf; path = "../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf"; sourceTree = ""; }; + 7BA1FE842D5A980900E0BA61 /* splash.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = splash.png; path = ../src/images/splash.png; sourceTree = ""; }; 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Databag/LaunchScreen.storyboard; sourceTree = ""; }; 89C6BE57DB24E9ADA2F236DE /* Pods-Databag-DatabagTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Databag-DatabagTests.release.xcconfig"; path = "Target Support Files/Pods-Databag-DatabagTests/Pods-Databag-DatabagTests.release.xcconfig"; sourceTree = ""; }; EA9B975EA9789519AEC0AE47 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = Databag/PrivacyInfo.xcprivacy; sourceTree = ""; }; @@ -101,6 +103,7 @@ 13B07FB51A68108700A75B9A /* Images.xcassets */, 13B07FB61A68108700A75B9A /* Info.plist */, 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, + 7BA1FE842D5A980900E0BA61 /* splash.png */, F0C4E50A2D3B1A95009FC1C9 /* login.png */, 13B07FB71A68108700A75B9A /* main.m */, 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */, @@ -262,6 +265,7 @@ F0C4E50B2D3B1A95009FC1C9 /* login.png in Resources */, F072E6EA2D3701D9007511E6 /* GoogleService-Info.plist in Resources */, 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, + 7BA1FE852D5A980A00E0BA61 /* splash.png in Resources */, 054418A1394B8F74B2D5F56A /* PrivacyInfo.xcprivacy in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -644,10 +648,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) DEBUG"; @@ -731,10 +732,7 @@ "-DFOLLY_CFG_NO_COROUTINES=1", "-DFOLLY_HAVE_CLOCK_GETTIME=1", ); - OTHER_LDFLAGS = ( - "$(inherited)", - " ", - ); + OTHER_LDFLAGS = "$(inherited) "; REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; SDKROOT = iphoneos; USE_HERMES = true; diff --git a/app/client/mobile/ios/Databag/LaunchScreen.storyboard b/app/client/mobile/ios/Databag/LaunchScreen.storyboard index 14b9d7b1..d8b5bd5f 100644 --- a/app/client/mobile/ios/Databag/LaunchScreen.storyboard +++ b/app/client/mobile/ios/Databag/LaunchScreen.storyboard @@ -1,9 +1,9 @@ - + - + @@ -16,7 +16,7 @@ - + @@ -31,6 +31,6 @@ - +