flyerhq / react-native-link-preview

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

How to get image and link metadata side by side? #46

Closed KrisLau closed 2 years ago

KrisLau commented 2 years ago

I've tried a combination of container styles and tried using the renderLinkPreview method but neither of them seemed to work. What Im tying to achieve looks something like this: image

demchenkoalex commented 2 years ago

renderLinkPreview is a function that returns whatever view you write. How Is this not possible? Just use previewData provided by that function and build your own layout.

KrisLau commented 2 years ago

@demchenkoalex I figured it out sorry! I was having a problem because I didn't put in a null check so the renderLinkPreview was just returning a blank component.