From 12dc7125d050cc5362a6b75cafebd42dc7578bd3 Mon Sep 17 00:00:00 2001 From: Akshansh Thakur Date: Wed, 21 Sep 2022 23:18:21 +0530 Subject: [PATCH] Updated button.md to reference Pressable (#3237) --- website/versioned_docs/version-0.69/button.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.69/button.md b/website/versioned_docs/version-0.69/button.md index 78f7fcaa637..f3bc2c7f56a 100644 --- a/website/versioned_docs/version-0.69/button.md +++ b/website/versioned_docs/version-0.69/button.md @@ -5,7 +5,7 @@ title: Button A basic button component that should render nicely on any platform. Supports a minimal level of customization. -If this button doesn't look right for your app, you can build your own button using [TouchableOpacity](touchableopacity) or [TouchableWithoutFeedback](touchablewithoutfeedback). For inspiration, look at the [source code for this button component](https://github.com/facebook/react-native/blob/master/Libraries/Components/Button.js). Or, take a look at the [wide variety of button components built by the community](https://js.coach/?menu%5Bcollections%5D=React%20Native&page=1&query=button). +If this button doesn't look right for your app, you can build your own button using [Pressable](pressable). For inspiration, look at the [source code for this button component](https://github.com/facebook/react-native/blob/master/Libraries/Components/Button.js). Or, take a look at the [wide variety of button components built by the community](https://js.coach/?menu%5Bcollections%5D=React%20Native&page=1&query=button). ```jsx