There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Fully customizable preview of the URL extracted from the provided text.
React Native Link Preview
Fully customizable preview of the URL extracted from the provided text.
Getting Started
yarn add @flyerhq/react-native-link-preview
Usage
import{LinkPreview}from'@flyerhq/react-native-link-preview'// ...return(<LinkPreviewtext='This link https://github.com/flyerhq can be extracted from the text'/>)