
Samuel SuslaandFacebook GitHub Bot
8dce59cee8
Add incomplete support for accessibility state prop
Summary:
Changelog: [internal]
Minimal implementation of `accessibilityState` that supports `disabled` and `selected` props.
Complete implementation will need to support following props
```
export type AccessibilityState = {
disabled?: boolean,
selected?: boolean,
checked?: ?boolean | 'mixed',
busy?: boolean,
expanded?: boolean,
...
};
```
Reviewed By: mdvacca
Differential Revision: D22016743
fbshipit-source-id: 1748acc4279f60ec8a92c93d5d13b136f57eb8d3
2020-06-12 11:19:49 -07:00
..
2020-06-12 11:19:49 -07:00
2020-04-18 15:00:21 -07:00
2020-05-21 07:20:20 -07:00
2020-05-15 21:55:52 -07:00
2020-03-31 09:50:17 -07:00
2020-05-10 18:27:41 -07:00
2020-03-17 14:09:28 -07:00
2019-12-18 15:02:09 -08:00
2019-10-16 10:06:34 -07:00
2020-02-25 19:52:27 -08:00
2020-02-25 19:52:27 -08:00
2019-12-09 15:37:59 -08:00
2019-12-12 12:53:11 -08:00
2020-02-25 19:52:27 -08:00
2020-05-20 19:45:51 -07:00
2020-02-05 18:46:09 -08:00
2020-02-05 18:46:09 -08:00
2020-06-05 02:36:26 -07:00
2020-06-05 02:36:26 -07:00
2020-05-20 19:45:51 -07:00
2020-06-09 02:31:00 -07:00
2020-04-17 21:20:04 -07:00