mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-16 12:20:15 +00:00
[fix] View filtering of accessibility props
This commit is contained in:
@@ -10,8 +10,9 @@
|
||||
const supportedProps = {
|
||||
accessibilityLabel: true,
|
||||
accessibilityLiveRegion: true,
|
||||
accessibilityRelationship: true,
|
||||
accessibilityRole: true,
|
||||
accessibilityStates: true,
|
||||
accessibilityState: true,
|
||||
accessible: true,
|
||||
children: true,
|
||||
disabled: true,
|
||||
|
||||
Reference in New Issue
Block a user