From 8bc70332f5eac75fc9d1f10fb3c81b78201d2709 Mon Sep 17 00:00:00 2001 From: Kara Graysen Date: Fri, 19 Nov 2021 11:42:30 -0500 Subject: [PATCH] Add link to props reference for TouchableHighlight (#8361) --- contributors.yml | 1 + docs/api.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contributors.yml b/contributors.yml index ed5e4b1554..27546da6f9 100644 --- a/contributors.yml +++ b/contributors.yml @@ -1,2 +1,3 @@ - mcansh - kkirsche +- noisypigeon diff --git a/docs/api.md b/docs/api.md index 2ca83bcf1c..a18796512b 100644 --- a/docs/api.md +++ b/docs/api.md @@ -317,7 +317,7 @@ interface LinkProps extends TouchableHighlightProps { -A `` is an element that lets the user navigate to another view by tapping it, similar to how `` elements work in a web app. In `react-router-native`, a `` renders a `TouchableHighlight`. +A `` is an element that lets the user navigate to another view by tapping it, similar to how `` elements work in a web app. In `react-router-native`, a `` renders a `TouchableHighlight`. To override default styling and behaviour, please refer to the [Props reference for `TouchableHighlight`](https://reactnative.dev/docs/touchablehighlight#props). ```tsx import * as React from "react";