[ReactNative] make radiobutton work with accessibility

This commit is contained in:
Dorota Kapturkiewicz 2015-08-21 06:08:44 -07:00
parent c27e5198e2
commit f128269da7
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ var View = React.createClass({
accessibilityComponentType: PropTypes.oneOf([
'none',
'button',
'radiobutton_checked',
'radiobutton_unchecked',
]),
/**