Skip to content

Commit

Permalink
fix(checkbox):passing accessibilityHint prop to the component
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhankasmani committed Nov 4, 2022
1 parent 5c52b85 commit 90d295f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/primitives/Checkbox/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ const CheckboxComponent = React.memo(
'accessibilityRole',
'accessibilityState',
'accessibilityLabel',
'accessibilityHint',
]);

//TODO: refactor for responsive prop
Expand Down

0 comments on commit 90d295f

Please sign in to comment.