obipawan / react-native-hyperlink

A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
MIT License
801 stars 76 forks source link

Optional wrapper component #48

Open kuzkokov opened 4 years ago

kuzkokov commented 4 years ago

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

mhluska commented 3 years ago

This is nice but the type is wrong. I think you want ComponentType instead of Component.