react-native-macos/React/Base/Surface
Valentin Shergin 7420048b63 Fabric: RCTSurface's start and stop methods
Summary:
The original design of RCTSurface implied that the Surface starts on initialization and stops on deallocation. Recently I realized that this not sufficient API in some cases when the application uses ARC with autorelease pools (that can postpone object deallocations, which is highly undesirable).
And that's simply handy to have those methods sometimes.

Reviewed By: mdvacca

Differential Revision: D9982356

fbshipit-source-id: baa3bd24804d3708606ebd00b8795f2d5c9d4de9
2018-09-26 10:18:38 -07:00
..
SurfaceHostingView Fabric: RCTSurface's start and stop methods 2018-09-26 10:18:38 -07:00
RCTSurface.h Fabric: RCTSurface's start and stop methods 2018-09-26 10:18:38 -07:00
RCTSurface.mm Fabric: RCTSurface's start and stop methods 2018-09-26 10:18:38 -07:00
RCTSurfaceDelegate.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceRootShadowView.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceRootShadowView.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceRootShadowViewDelegate.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceRootView.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceRootView.mm Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceStage.h Fabric: RCTSurface's start and stop methods 2018-09-26 10:18:38 -07:00
RCTSurfaceStage.m Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceView+Internal.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceView.h Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
RCTSurfaceView.mm Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00