Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwiftUI support #62

Open
AndrewSB opened this issue Jul 15, 2020 · 3 comments
Open

SwiftUI support #62

AndrewSB opened this issue Jul 15, 2020 · 3 comments

Comments

@AndrewSB
Copy link

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.

@damirstuhec
Copy link

@AndrewSB have you gotten around implementing the above? I'm in the same shoes. 😊

@AndrewSB
Copy link
Author

let me see if I did this

@AndrewSB
Copy link
Author

unfortunately not. I ended up using an

HStack {
  Text()
  Button()
  Text()
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants