Open AndrewSB opened 4 years ago
Text in SwiftUI doesn't support showing links, I think it would be really useful to be able to use Nantes in SwiftUI. I'm going to wrap it in UIViewRepresentable for myself, I might add a pull request with minimal customization.
Text
UIViewRepresentable
@AndrewSB have you gotten around implementing the above? I'm in the same shoes. 😊
let me see if I did this
unfortunately not. I ended up using an
HStack { Text() Button() Text() }
Text
in SwiftUI doesn't support showing links, I think it would be really useful to be able to use Nantes in SwiftUI. I'm going to wrap it inUIViewRepresentable
for myself, I might add a pull request with minimal customization.