react-native-link-preview icon indicating copy to clipboard operation
react-native-link-preview copied to clipboard

Add option to show/hide URL

Open devYonz opened this issue 3 years ago • 1 comments

A feed system rarely shows the underlying URL, add support to show/hide URL. A custom renderURL can also be an option, then consumers can just return null for that function.

devYonz avatar Sep 07 '22 00:09 devYonz

You can do it in the renderLinkPreview where you can just manually render the whole component and customize it

KrisLau avatar Oct 31 '22 14:10 KrisLau