From 66782e55cee1c8e6ddae5bb6464db53d575472b5 Mon Sep 17 00:00:00 2001 From: Robert Kozik Date: Thu, 27 Apr 2023 18:24:20 +0200 Subject: [PATCH] update Pressable proppType example --- src/components/Pressable/GenericPressable/PropTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Pressable/GenericPressable/PropTypes.js b/src/components/Pressable/GenericPressable/PropTypes.js index 3690f49884cf..a87f8d83c02a 100644 --- a/src/components/Pressable/GenericPressable/PropTypes.js +++ b/src/components/Pressable/GenericPressable/PropTypes.js @@ -92,7 +92,7 @@ const pressablePropTypes = { /** * Specifies the accessibility label for the component - * @example 'Press me' + * @example 'Search' * @example 'Close' */ accessibilityLabel: PropTypes.string.isRequired,