mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-27 16:22:20 +00:00
+10
-1
@@ -16,7 +16,16 @@ const TextPropTypes = {
|
||||
accessibilityComponentType: string,
|
||||
accessibilityLabel: string,
|
||||
accessibilityLiveRegion: oneOf(['assertive', 'none', 'polite']),
|
||||
accessibilityRole: oneOf(['button', 'heading', 'label', 'link', 'listitem', 'none']),
|
||||
accessibilityRole: oneOf([
|
||||
'button',
|
||||
'header',
|
||||
'heading',
|
||||
'label',
|
||||
'link',
|
||||
'listitem',
|
||||
'none',
|
||||
'text'
|
||||
]),
|
||||
accessibilityTraits: oneOfType([array, string]),
|
||||
accessible: bool,
|
||||
children: any,
|
||||
|
||||
Reference in New Issue
Block a user