orbit-swiftui
orbit-swiftui copied to clipboard
Add `TextLink` concatenation support
Currently, the TextLink
component is an interactive layer over a text, made by parsing the text content.
To support more flexible concatenation, the TextLink
should support being concatenable (TextRepresentable
), although it does not seem to be currently possible.
There seems to be a way to support it partially in iOS15+ using the overrideable .environment(\.openURL)