react-native-macos/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
..
AccessibilityInfo - add more iOS flags into AccessibilityInfo (#23913) 2019-03-15 11:34:20 -07:00
ActivityIndicator Bump Prettier to 1.16.4 2019-03-14 07:00:27 -07:00
AppleTV Flow strict TouchableHighlight (#22173) 2018-11-21 14:36:33 -08:00
CheckBox support checkbox tinting (#18300) 2019-02-21 20:16:14 -08:00
Clipboard Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
DatePicker Bump Prettier to 1.16.4 2019-03-14 07:00:27 -07:00
DatePickerAndroid Fix DatePickerAndroid flow errors 2018-12-26 12:03:45 -08:00
DrawerAndroid chore: update comment in DrawerLayoutAndroid (#23730) 2019-03-03 20:16:44 -08:00
Keyboard Refine Keyboard API Event typings (#23272) 2019-02-04 07:45:42 -08:00
MaskedView RCTMaskedView (#23001) 2019-01-16 13:34:17 -08:00
Picker Fix PickerAndroid breaking when child is null. (#23884) 2019-03-13 00:38:52 -07:00
ProgressBarAndroid ProgressBarAndroid (#23068) 2019-01-22 02:48:35 -08:00
ProgressViewIOS RCTProgressView (#23077) 2019-01-22 05:49:36 -08:00
RefreshControl Generate RCTRefreshControlNativeType 2019-03-13 07:02:32 -07:00
SafeAreaView RCTSafeAreaView (#23006) 2019-01-16 13:10:52 -08:00
ScrollView Fix internal breakages 2019-03-08 11:39:41 -08:00
SegmentedControlIOS RCTSegmentedControl (#23000) 2019-01-16 14:00:00 -08:00
Slider Use codegen for Slider props + events 2019-03-05 11:53:56 -08:00
StatusBar Expose static methods to manipulate the StatusBar stack imperatively (#21206) 2019-01-22 07:12:04 -08:00
Switch Pass through track color values for true/false to native component 2019-02-12 10:47:58 -08:00
TextInput Migrate TextInput to use new setNativeProps API 2019-03-14 12:04:14 -07:00
TimePickerAndroid Flow strict-local in TimePickerAndroid.android.ios.js (#22714) 2019-01-25 06:27:21 -08:00
ToastAndroid Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
ToolbarAndroid ToolbarAndroid (#23009) 2019-01-16 13:53:53 -08:00
Touchable Bump Prettier to 1.16.4 2019-03-14 07:00:27 -07:00
UnimplementedViews Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
View Add setNextFocus support (#22082) 2019-02-20 23:37:35 -08:00
ViewPager AndroidViewPagers.js (#22995) 2019-01-22 05:55:50 -08:00
WebView Allow to toggle Android WebView HardwareAcceleration from JS 2018-12-11 21:28:53 -08:00
Button.js Add setNextFocus support (#22082) 2019-02-20 23:37:35 -08:00
ScrollResponder.js Prop to disable the default pan responder on ScrollView that blocks touches when snapToInterval is enabled (#19110) 2019-02-25 12:14:19 -08:00
StaticContainer.react.js Flow strict StaticContainer (#22121) 2018-11-05 14:49:57 -08:00
StaticRenderer.js StaticRenderer: Removed prop types (#21348) 2018-09-27 11:17:47 -07:00