From b60270fa068471097096acf4253f2539a5c32a5b Mon Sep 17 00:00:00 2001 From: akshansh96 Date: Tue, 2 Aug 2022 18:39:39 +0530 Subject: [PATCH] Updated button.md to reference Pressable instead of Touchable Opacity and TouchableWithoutFeedback --- 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