react-native/Libraries/Components
Ziqi Chen af226078e7 Added Accessibility Feature for RN to support Smart Inversion for photos
Summary:
@public
Added a property `accessibilityIgnoresInvertColors (boolean)`  to Views which allows the Apple API `accessibilityIgnoresInvertColors` to be used in React Native.
Now, when a user has Display: Smart Invert enabled, you can set the property to be true, and things like photos and views with the property set to true will no longer be inverted when Smart Invert is enabled.

This property can also be applied to the Image Component.

Example Use Case:

```
<Image accessibilityIgnoresInvertColors={true} />
```
```
<View accessibilityIgnoresInvertColors={true} />
```

| Before | After |
| ------ | ----- |
| ![original](https://user-images.githubusercontent.com/165856/41738737-b62c6ebc-7547-11e8-8ea3-f82239998071.jpg) | ![feeditem](https://user-images.githubusercontent.com/165856/41738749-beef6de2-7547-11e8-9771-b44e513de0fd.jpg)

Reviewed By: PeteTheHeat

Differential Revision: D8549084

fbshipit-source-id: 82a3bc73c9e6d75d6b50ba013b88127f07692641
2018-06-21 15:31:55 -07:00
..
AccessibilityInfo Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
ActivityIndicator Fix more forwardRef displayNames 2018-06-19 14:17:19 -07:00
AppleTV Spread TVViewProps into ViewProps instead of intersection 2018-05-12 10:35:26 -07:00
CheckBox Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
Clipboard Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
DatePicker RN: Remove Native Prop Validation 2018-06-01 12:54:14 -07:00
DatePickerAndroid Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
DrawerAndroid Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
Keyboard Bump Prettier to 1.13.4 on xplat 2018-06-06 05:32:06 -07:00
MaskedView RN: Remove Native Prop Validation 2018-06-01 12:54:14 -07:00
Navigation Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
Picker Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
ProgressBarAndroid Fix more forwardRef displayNames 2018-06-19 14:17:19 -07:00
ProgressViewIOS RN: Remove Native Prop Validation 2018-06-01 12:54:14 -07:00
RefreshControl RefreshControl ES6 Class 2018-06-01 10:25:30 -07:00
SafeAreaView RN: Remove Native Prop Validation 2018-06-01 12:54:14 -07:00
ScrollView Switch to Platform.isTV to pass Android Flow 2018-06-10 13:45:57 -07:00
SegmentedControlIOS RN: Remove Native Prop Validation 2018-06-01 12:54:14 -07:00
Slider Fix more forwardRef displayNames 2018-06-19 14:17:19 -07:00
StatusBar Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
Switch Bump Prettier to 1.13.4 on xplat 2018-06-06 05:32:06 -07:00
TabBarIOS Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
TextInput Feature/add decimal pad to android (#19714) 2018-06-14 14:01:51 -07:00
TimePickerAndroid Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
ToastAndroid Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
ToolbarAndroid Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
Touchable remove deprecated behavior of touchableHandleActivePressIn/Out called for focus/blur (#19718) 2018-06-15 10:46:47 -07:00
UnimplementedViews Remove @providesModule from all modules 2018-04-25 07:37:10 -07:00
View Added Accessibility Feature for RN to support Smart Inversion for photos 2018-06-21 15:31:55 -07:00
ViewPager Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
WebView Don't pass additional args to requireNativeComponent in .android.js files 2018-06-10 15:38:32 -07:00
Button.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
ScrollResponder.js Fix keyboard handling with keyboardShouldPersistTaps: never 2018-05-14 23:46:50 -07:00
StaticContainer.react.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
StaticRenderer.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
Subscribable.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00