Skip to content
Snippets Groups Projects

Example app version

Merged Dariusz Rybicki requested to merge feature/example-app-version into development
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
import AppCore
import ComposableArchitecture
import SwiftUI
@@ -23,7 +24,9 @@ public struct WelcomeView: View {
NavigationView {
Form {
Section {
Text("xx messenger")
AppVersionText()
} header: {
Text("App version")
}
if let failure = viewStore.failure {
Loading