flyerhq / react-native-link-preview

Fully customizable preview of the URL extracted from the provided text.
MIT License
125 stars 31 forks source link

Styling #21

Closed abdullahIsa closed 3 years ago

abdullahIsa commented 3 years ago

Hello, thanks for this truly beautiful but currently can't change stylings of the preview link title and description, and also it seems to only show a preview for one link and not for multiple links, currently I just edited your style.js for this moment, hope to get feedbacks, thanks.

demchenkoalex commented 3 years ago

Hey @abdullahIsa we have custom render props for everything (see renderTitle, renderDescription even renderLinkPreview you can build it from scratch as you please).

We don't plan to do multiple links ATM, sorry.