From f360c1e7d3e83e93ebf23600b7c66f4cd8f384cb Mon Sep 17 00:00:00 2001 From: Kara Graysen Date: Thu, 18 Nov 2021 22:09:09 -0500 Subject: [PATCH 1/2] Add link to props reference for TouchableHighlight --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 2ca83bcf1..a18796512 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"; From 007cf0653708e3806545819c572e6c3daf579920 Mon Sep 17 00:00:00 2001 From: Kara Graysen Date: Thu, 18 Nov 2021 22:12:10 -0500 Subject: [PATCH 2/2] Update contributors.yml --- contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/contributors.yml b/contributors.yml index ed5e4b155..27546da6f 100644 --- a/contributors.yml +++ b/contributors.yml @@ -1,2 +1,3 @@ - mcansh - kkirsche +- noisypigeon