Files
react-native/Libraries/Components
Estevão Lucas 40de0495b9 - add more iOS flags into AccessibilityInfo (#23913)
Summary:
As a follow-up to this other PR #23839, it adds support for other, iOS only, flags into `AccessibilityInfo`.

It adds these other 4 methods:
* `isBoldTextEnabled()`
* `isGrayscaleEnabled()`
* `isInvertColorsEnabled()`
* `isReduceTransparencyEnabled()`

P.S: Android implementation for those methods just return `false` (with `Promise.resolve(false)`)

And the corresponding event listeners:
* `boldTextChanged`
* `grayscaleChanged`,
* `invertColorsChanged`,
* `reduceTransparencyChanged`
Pull Request resolved: https://github.com/facebook/react-native/pull/23913

Differential Revision: D14482214

Pulled By: cpojer

fbshipit-source-id: b97725fd12706957d4dad880a97e6b0993738272
2019-03-15 11:34:20 -07:00
..
2019-03-14 07:00:27 -07:00
2019-03-14 07:00:27 -07:00
2019-01-16 13:34:17 -08:00
2019-01-22 05:49:36 -08:00
2019-01-16 13:10:52 -08:00
2019-03-08 11:39:41 -08:00
2019-01-16 13:53:53 -08:00
2019-03-14 07:00:27 -07:00
2019-02-20 23:37:35 -08:00
2019-01-22 05:55:50 -08:00
2019-02-20 23:37:35 -08:00