[ReactNative] make radiobutton work with accessibility
This commit is contained in:
parent
c27e5198e2
commit
f128269da7
|
@ -98,6 +98,8 @@ var View = React.createClass({
|
|||
accessibilityComponentType: PropTypes.oneOf([
|
||||
'none',
|
||||
'button',
|
||||
'radiobutton_checked',
|
||||
'radiobutton_unchecked',
|
||||
]),
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue