react-native/Libraries
Valentin Shergin 072d2709df Introducing `-[RCTView reactAccessibleView]`
Summary:
Sometimes, when we implement some custom RN view, we have to proxy all accessible atributes directly to some subview which actually has accesible content. So, in other words, this allows bypass some axillary views in terms of accessibility.
Concreate example which this approach supposed to fix:
https://github.com/facebook/react-native/pull/14200/files#diff-e5f6b1386b7ba07fd887bca11ec828a4R208

Reviewed By: mmmulani

Differential Revision: D5143860

fbshipit-source-id: 6d7ce747f28e5a31d32c925b8ad8fd4b98ce1de1
2017-06-02 14:19:57 -07:00
..
ART call toString on fontWeight else throws error if passed an integer 2017-05-25 01:34:53 -07:00
ActionSheetIOS
AdSupport
Alert
Animated Add missing documentation to animated spring config 2017-05-30 14:36:06 -07:00
AppState Added stubs for some native modules 2017-06-01 08:31:19 -07:00
BatchedBridge Only call callImmediates once per batch 2017-06-02 08:17:07 -07:00
BugReporting
CameraRoll
Components Improve view props and style stuff. 2017-06-01 01:15:42 -07:00
Core Only call callImmediates once per batch 2017-06-02 08:17:07 -07:00
DebugComponentHierarchy
EventEmitter Added stubs for some native modules 2017-06-01 08:31:19 -07:00
Experimental Fix react-native function call arity errors 2017-05-18 16:55:55 -07:00
Geolocation Exposes requestAuthorization method. 2017-05-25 07:07:50 -07:00
Image Fix Travis CI runs 2017-06-02 09:03:18 -07:00
Inspector Remove dependency on internal data structure 2017-06-01 13:06:24 -07:00
Interaction
JSInspector
LayoutAnimation Fix prop-types warning in LayoutAnimation 2017-05-12 15:06:17 -07:00
Linking Add newly recommended method for RCTLinkingManager due to deprecation 2017-05-25 11:31:23 -07:00
LinkingIOS Add newly recommended method for RCTLinkingManager due to deprecation 2017-05-25 11:31:23 -07:00
Lists Update SectionList.js 2017-05-31 23:49:35 -07:00
Modal
NativeAnimation Native Animated - Support Animated.loop on iOS 2017-05-26 03:30:33 -07:00
Network Added stubs for some native modules 2017-06-01 08:31:19 -07:00
Performance Clean up unused metrics 2017-05-09 13:30:26 -07:00
PermissionsAndroid
PushNotificationIOS Play sound in local notification only if soundName is specified 2017-05-28 15:37:10 -07:00
RCTTest Using `drawViewHierarchyInRect` instead of `renderInContext` for snapshot tests 2017-05-26 15:16:07 -07:00
ReactNative Cleanup perf logging in FacebookAppRouteHandler 2017-06-01 04:15:57 -07:00
Renderer Refactor of Fiber integration with React Fiber + Stack 2017-05-30 10:02:32 -07:00
Sample
Settings
Share
Storage
StyleSheet Flat ReactNative renderer bundle [WIP] 2017-05-26 11:03:06 -07:00
Text Introducing `-[RCTView reactAccessibleView]` 2017-06-02 14:19:57 -07:00
Utilities Cleanup PerformanceLogger a bit 2017-06-01 10:03:27 -07:00
Vibration
WebSocket Added stubs for some native modules 2017-06-01 08:31:19 -07:00
react-native Introducing <ImageBackground>, replacement for <Image> which supports nesting views 2017-05-24 11:30:48 -07:00
vendor
Promise.js
promiseRejectionIsError.js