Hello! First of all, thanks for your great library.
So, at some point, I had to use the Hyperlink component inside of a Text, and since it uses View as a wrapper internally it doesn't work as expected. So I added an additional prop to allow set some custom wrapper component.
Hope it makes sense
Hello! First of all, thanks for your great library. So, at some point, I had to use the
Hyperlink
component inside of aText
, and since it usesView
as a wrapper internally it doesn't work as expected. So I added an additional prop to allow set some custom wrapper component. Hope it makes sense