mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
[ReactNative] make radiobutton work with accessibility
This commit is contained in:
@@ -98,6 +98,8 @@ var View = React.createClass({
|
|||||||
accessibilityComponentType: PropTypes.oneOf([
|
accessibilityComponentType: PropTypes.oneOf([
|
||||||
'none',
|
'none',
|
||||||
'button',
|
'button',
|
||||||
|
'radiobutton_checked',
|
||||||
|
'radiobutton_unchecked',
|
||||||
]),
|
]),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user