Optional backIndicate if back button usage should be used
Optional componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Optional disabled?: booleanIndicate if link is disabled
Optional dismissIndicate if keyboard should be dismissed onPress
Optional forceIndicate if links are rendered on dark mode
Optional forwardRef property for parent
Optional iconIcon size (if different than 20)
Optional leftIcon to load on the left of text (size 20)
Optional ononLongPress event
Optional ononPress event
Optional rightIcon to load on the right of text (size 20)
Optional style?: StyleProp<ViewStyle>Style to set on the item
Text to render
Optional textBreak mode for text. Default is to wrap text
Optional textStyle to set on the text
Optional textText type to render (Standard is default)
Generated using TypeDoc
Props for Link component