I want to support Genmoji
input in my SwiftUI TextField or TextEditor, but looking around, it seems there's no SwiftUI only way to do it?
If none, it's kind of disappointing that they're saying SwiftUI is the path forward, but not updating it with support for new technologies.
Going back, does this mean we can only support Genmoji
through UITextField and UIViewRepresentable? or there more direct options?
Btw, I'm also using SwiftData for storage.