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 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";