Comment on page
Link
This component displays a hyperlink. On the web, it translates to an <a> tag. On mobile, it opens an embedded browser. On desktop it opens a tab in the default browser.
- Text Styles
- Flexbox Styles
- View Styles
- Transform Styles
Name | Type | Description |
accessibilityId | string |
|
allowFontScaling | boolean |
|
autoFocus | boolean |
|
numberOfLines | number |
|
onHoverStart | (e: SyntheticEvent) => void |
|
onHoverEnd | (e: SyntheticEvent) => void |
|
onPress | (e: SyntheticEvent, url: string) => void |
|
onLongPress | (e: SyntheticEvent, url:string) => void |
|
onContextMenu | (e: MouseEvent) => void |
|
selectable | boolean |
|
style | LinkStyleRuleSet| LinkStyleRuleSet[] |
|
testId | string |
|
title | string |
|
url | string |
|
Last modified 3yr ago