Skip to content

Commit 90d295f

Browse files
committedNov 4, 2022
fix(checkbox):passing accessibilityHint prop to the component
1 parent 5c52b85 commit 90d295f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/components/primitives/Checkbox/Checkbox.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ const CheckboxComponent = React.memo(
158158
'accessibilityRole',
159159
'accessibilityState',
160160
'accessibilityLabel',
161+
'accessibilityHint',
161162
]);
162163

163164
//TODO: refactor for responsive prop

0 commit comments

Comments
 (0)
Please sign in to comment.