fix iOS build blockers and add project scaffold
This commit is contained in:
@@ -13,9 +13,10 @@ struct RootView: View {
|
||||
VStack(alignment: .leading, spacing: 24) {
|
||||
header
|
||||
OnboardingView(onStartSession: { onStartSession(localization.localeCode) })
|
||||
FeedView(onWatchPreview: {}, onRetry: { onStartSession(localization.localeCode) })
|
||||
FeedView(onRetry: { onStartSession(localization.localeCode) })
|
||||
RoundView(onRetry: { onStartSession(localization.localeCode) })
|
||||
SessionView(onRetry: { onStartSession(localization.localeCode) })
|
||||
SettingsView()
|
||||
}
|
||||
.padding(.horizontal, HermesTheme.screenPadding)
|
||||
.padding(.vertical, 24)
|
||||
|
||||
Reference in New Issue
Block a user