Skip to content
Snippets Groups Projects

Example app version

Merged Dariusz Rybicki requested to merge feature/example-app-version into development
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
import AppCore
import BackupFeature
import ComposableArchitecture
import ComposablePresentation
@@ -137,6 +138,12 @@ public struct HomeView: View {
} header: {
Text("Account")
}
Section {
AppVersionText()
} header: {
Text("App version")
}
}
.navigationTitle("Home")
.alert(
Loading