Skip to content

Commit 5033e12

Browse files
comp615necolas
authored andcommitted
Add nativeID to View supported props filter
Close #1147
1 parent d6e8530 commit 5033e12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native-web/src/exports/View/filterSupportedProps.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const whitelist = {
88
children: true,
99
disabled: true,
1010
importantForAccessibility: true,
11+
nativeID: true,
1112
onBlur: true,
1213
onContextMenu: true,
1314
onFocus: true,

0 commit comments

Comments
 (0)