Skip to content

Instantly share code, notes, and snippets.

@amosgyamfi
Created February 21, 2024 05:44
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/92059b94757ee4431344e658044a5c0a to your computer and use it in GitHub Desktop.
Save amosgyamfi/92059b94757ee4431344e658044a5c0a to your computer and use it in GitHub Desktop.
import StreamChatSwiftUI
import SwiftUI
class CustomFactory: ViewFactory {
@Injected(\.chatClient) public var chatClient
private init() {}
public static let shared = CustomFactory()
public func makeComposerRecordingTipView() -> some View {
CustomRecordingTipView()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment