Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@amosgyamfi
Created July 2, 2022 09:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amosgyamfi/4251635959a60fe0638550bc51f2a183 to your computer and use it in GitHub Desktop.
Save amosgyamfi/4251635959a60fe0638550bc51f2a183 to your computer and use it in GitHub Desktop.
import SwiftUI
import StreamChat
import StreamChatSwiftUI
@main
struct SwiftUIChatDemoApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
var body: some Scene {
WindowGroup {
// Display the home screen
ChatChannelListView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment