react-native/React/Fabric
Valentin Shergin 8f04699c4c Fabric: New UIManager registration process (beginning)
Summary:
This diff introduces a new integration concept (called RuntimeExecutor) which consolidates `Runtime` and the dispatching mechanism.
As simple as that:
`using RuntimeExecutor = std::function<void(std::function<void(facebook::jsi::Runtime &runtime)> &&callback)>;`

Reviewed By: fkgozali

Differential Revision: D12816746

fbshipit-source-id: 9e27ef16b98af861d494fe50c7e50bd0536e6aaf
2018-10-29 13:06:24 -07:00
..
Mounting Fabric: Fixed `accessibilityLabel` implementation in RCTParagraphComponentView 2018-10-15 23:25:47 -07:00
Surface Fabric: `constraintLayout` is now return boolean 2018-10-09 16:31:48 -07:00
Utils Fabric: Proper failCallback handling in EventBeatBasedExecutor 2018-10-08 14:46:48 -07:00
RCTConversions.h Fabric: Treating empty accessibilityLabel as nil 2018-10-15 23:25:47 -07:00
RCTPrimitives.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTScheduler.h Fabric: Passing size constraints as part of starting Surface 2018-10-09 16:31:48 -07:00
RCTScheduler.mm Fabric: Passing size constraints as part of starting Surface 2018-10-09 16:31:48 -07:00
RCTSurfacePresenter.h Fabric: New UIManager registration process (beginning) 2018-10-29 13:06:24 -07:00
RCTSurfacePresenter.mm Fabric: New UIManager registration process (beginning) 2018-10-29 13:06:24 -07:00
RCTSurfaceRegistry.h Fabric: Enumerator for RCTSurfaceRegistry 2018-09-26 10:18:38 -07:00
RCTSurfaceRegistry.mm Fabric: Enumerator for RCTSurfaceRegistry 2018-09-26 10:18:38 -07:00
RCTSurfaceTouchHandler.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceTouchHandler.mm Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTTouchableComponentViewProtocol.h Modify `RCTTouchableComponentViewProtocol` to get touch event emitter at point 2018-09-10 11:41:33 -07:00