Skip to content

Commit

Permalink
update Pressable proppType example
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Apr 27, 2023
1 parent 72af27b commit 66782e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pressable/GenericPressable/PropTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const pressablePropTypes = {

/**
* Specifies the accessibility label for the component
* @example 'Press me'
* @example 'Search'
* @example 'Close'
*/
accessibilityLabel: PropTypes.string.isRequired,
Expand Down

0 comments on commit 66782e5

Please sign in to comment.