There's no text "linkify" in compose right? I have...
# compose
c
There's no text "linkify" in compose right? I have a
Text
that contains an email and I want to just make it clickable. Do I have to basically just set up something like this or is there something simpler that I'm missing?
1
b
HTML text string might work? But annotated string is it. Could probably create a M.linkify possibly
m
Interested as well
b
I made an expandable text composable yesterday. Lemme see if I can make it with M.
t
I'll post a gist of what I came up with
I was working on a way to use an Indication instead of an animated background color, but it's complicated.
👍 1
Has anyone come up with any other solutions since this was last asked?
m
Not exactly linkify, but worked pretty nice: https://gist.github.com/micHar/99d8da443bfb9fc2e92a61ebaaacba72
d
that requires you to modify how you define your string inputs
👌 1
interesting approach