react-native/React/Fabric
Valentin Shergin 55e168980f Fabric: ContextContainer initialization was moved to RCTSurfacePresenter
Summary:
Several reasons:

* We are fulfilling a promise that RCTScheduler is just a very thin interop proxy between C++ and Objective-C;
* We have to pass all parameters down to Scheduler anyway, so instead of creating all of them separately and then passing one-by-one, we consolidate them into Context created where we have all those values.

In the future, we probably will move it to some dedicated place.

Reviewed By: mdvacca

Differential Revision: D9884892

fbshipit-source-id: f1d5744e4044bc4bdfe53ec9a97ee61dcf0c60c2
2018-09-24 13:03:11 -07:00
..
Mounting Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Surface Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
Utils Fabric: Proper thread synchronization in MainRunLoopEventBeat 2018-09-14 15:21:10 -07:00
RCTConversions.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTPrimitives.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTScheduler.h Fabric: ContextContainer initialization was moved to RCTSurfacePresenter 2018-09-24 13:03:11 -07:00
RCTScheduler.mm Fabric: ContextContainer initialization was moved to RCTSurfacePresenter 2018-09-24 13:03:11 -07:00
RCTSurfacePresenter.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfacePresenter.mm Fabric: ContextContainer initialization was moved to RCTSurfacePresenter 2018-09-24 13:03:11 -07:00
RCTSurfaceRegistry.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceRegistry.mm Update copyright headers to yearless format 2018-09-11 15:33:07 -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