Skip to content

Commit a78ec28

Browse files
theonetheycallneonecolas
authored andcommitted
feat(accessibility): add inert to forwardedProps
1 parent d902158 commit a78ec28

File tree

1 file changed

+1
-0
lines changed
  • packages/react-native-web/src/modules/forwardedProps

1 file changed

+1
-0
lines changed

packages/react-native-web/src/modules/forwardedProps/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const accessibilityProps = {
5656
'aria-pressed': true,
5757
'aria-readonly': true,
5858
'aria-required': true,
59+
inert: true,
5960
role: true,
6061
'aria-roledescription': true,
6162
'aria-rowcount': true,

0 commit comments

Comments
 (0)