1.6.0 • Published 3 years ago
@flyerhq/react-native-link-preview v1.6.0
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 (
<LinkPreview text='This link https://github.com/flyerhq can be extracted from the text' />
)
Props
Required
Name | Type | Description |
---|---|---|
text | string | Text to extract the link from |
Optional
Name | Type | Description |
---|---|---|
containerStyle | ViewStyle | Top level container style |
enableAnimation | boolean | Enables LayoutAnimation |
header | string | Text above the link |
metadataContainerStyle | ViewStyle | Title, description and minimized image container style |
metadataTextContainerStyle | ViewStyle | Title and description container style |
onPreviewDataFetched | (PreviewData) => void | Callback to get the fetched preview data |
previewData | PreviewData | Data to render instead of parsing the provided text |
renderDescription | (string) => ReactNode | Custom description render prop |
renderHeader | (string) => ReactNode | Custom header render prop |
renderImage | (PreviewDataImage) => ReactNode | Custom image render prop |
renderLinkPreview | ({ aspectRatio?: number, containerWidth: number, previewData?: PreviewData }) => ReactNode | Custom render prop |
renderMinimizedImage | (PreviewDataImage) => ReactNode | Custom minimised image render prop |
renderText | (string) => ReactNode | Custom provided text render prop |
renderTitle | (string) => ReactNode | Custom title render prop |
requestTimeout | number | Timeout after which request to get preview data should abort |
textContainerStyle | ViewStyle | Text, title, description and minimized image container style |
touchableWithoutFeedbackProps | TouchableWithoutFeedbackProps | Top level touchable props |
License
1.6.0
3 years ago
1.5.2
4 years ago
1.5.1
4 years ago
1.5.0
4 years ago
1.4.1
4 years ago
1.4.0
4 years ago
1.3.8
4 years ago
1.3.7
4 years ago
1.3.6
4 years ago
1.3.5
4 years ago
1.3.4
4 years ago
1.3.3
4 years ago
1.3.2
4 years ago
1.3.1
4 years ago
1.3.0
4 years ago
1.2.0
4 years ago
1.1.0
4 years ago
1.0.6
4 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago